Skip to content

Commit c206292

Browse files
committed
update podspec version number
1 parent 082eb0c commit c206292

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CocoaMQTT.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "CocoaMQTT"
3-
s.version = "1.0.18"
3+
s.version = "1.0.19"
44
s.summary = "MQTT v3.1.1 client library for iOS and OS X written with Swift 3"
55
s.homepage = "https://github.com/emqtt/CocoaMQTT"
66
s.license = { :type => "MIT" }
@@ -11,7 +11,7 @@ Pod::Spec.new do |s|
1111
s.ios.deployment_target = "8.0"
1212
s.tvos.deployment_target = "9.0"
1313
# s.watchos.deployment_target = "2.0"
14-
s.source = { :git => "https://github.com/emqtt/CocoaMQTT.git", :tag => "1.0.18"}
14+
s.source = { :git => "https://github.com/emqtt/CocoaMQTT.git", :tag => "1.0.19"}
1515
s.source_files = "Source/{*.h}", "Source/*.swift"
1616
s.dependency "CocoaAsyncSocket", "~> 7.5.1"
1717
s.dependency "SwiftyTimer", "~> 2.0.0"

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ Author
174174

175175
- Feng Lee <feng@emqtt.io>
176176
- CrazyWisdom <zh.whong@gmail.com>
177-
- Alex Yu" <alexyu.dc@gmail.com>
177+
- Alex Yu <alexyu.dc@gmail.com>
178178

179179

180180
Twitter

0 commit comments

Comments
 (0)