Skip to content

Commit

Permalink
HealthTap (#61)
Browse files Browse the repository at this point in the history
* Update to HealthTap

* Bump version
  • Loading branch information
Bofei Zhu authored Jan 8, 2020
1 parent 4216f06 commit c060930
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright 2019 Bofei Zhu
Copyright 2019 HealthTap Inc.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
6 changes: 3 additions & 3 deletions MQTTCodec.podspec
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
Pod::Spec.new do |spec|

spec.name = "MQTTCodec"
spec.version = "0.1.1"
spec.version = "0.1.2"
spec.summary = "SwiftNIO-based MQTT v5.0 codec."
spec.module_name = "MQTTCodec"

spec.description = <<-DESC
MQTTCodec is a SwiftNIO-based MQTT v5.0 codec.
DESC

spec.homepage = "https://github.com/bofeizhu/swift-nio-mqtt"
spec.homepage = "https://github.com/HealthTap/swift-nio-mqtt"
spec.license = "Apache License, Version 2.0"
spec.author = { "Bofei Zhu" => "zhu.bofei@gmail.com" }

Expand All @@ -18,7 +18,7 @@ Pod::Spec.new do |spec|
spec.osx.deployment_target = "10.14"
spec.tvos.deployment_target = "12.0"

spec.source = { :git => "https://github.com/bofeizhu/swift-nio-mqtt.git", :tag => "#{spec.version}" }
spec.source = { :git => "https://github.com/HealthTap/swift-nio-mqtt.git", :tag => "#{spec.version}" }

spec.source_files = "Sources/MQTTCodec/**/*.swift"

Expand Down
6 changes: 3 additions & 3 deletions SwiftNIOMQTTClient.podspec
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
Pod::Spec.new do |spec|

spec.name = "SwiftNIOMQTTClient"
spec.version = "0.1.1"
spec.version = "0.1.2"
spec.summary = "SwiftNIO-based MQTT v5.0 client."
spec.module_name = "NIOMQTTClient"

spec.description = <<-DESC
SwiftNIOMQTTClient is a SwiftNIO-based MQTT v5.0 client.
DESC

spec.homepage = "https://github.com/bofeizhu/swift-nio-mqtt"
spec.homepage = "https://github.com/HealthTap/swift-nio-mqtt"
spec.license = "Apache License, Version 2.0"
spec.author = { "Bofei Zhu" => "zhu.bofei@gmail.com" }

Expand All @@ -18,7 +18,7 @@ Pod::Spec.new do |spec|
spec.osx.deployment_target = "10.14"
spec.tvos.deployment_target = "12.0"

spec.source = { :git => "https://github.com/bofeizhu/swift-nio-mqtt.git", :tag => "#{spec.version}" }
spec.source = { :git => "https://github.com/HealthTap/swift-nio-mqtt.git", :tag => "#{spec.version}" }

spec.source_files = "Sources/NIOMQTTClient/**/*.swift"

Expand Down

0 comments on commit c060930

Please sign in to comment.