Commit c206292 1 parent 082eb0c commit c206292 Copy full SHA for c206292
File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = "CocoaMQTT"
3
- s . version = "1.0.18 "
3
+ s . version = "1.0.19 "
4
4
s . summary = "MQTT v3.1.1 client library for iOS and OS X written with Swift 3"
5
5
s . homepage = "https://github.com/emqtt/CocoaMQTT"
6
6
s . license = { :type => "MIT" }
@@ -11,7 +11,7 @@ Pod::Spec.new do |s|
11
11
s . ios . deployment_target = "8.0"
12
12
s . tvos . deployment_target = "9.0"
13
13
# 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 " }
15
15
s . source_files = "Source/{*.h}" , "Source/*.swift"
16
16
s . dependency "CocoaAsyncSocket" , "~> 7.5.1"
17
17
s . dependency "SwiftyTimer" , "~> 2.0.0"
Original file line number Diff line number Diff line change @@ -174,7 +174,7 @@ Author
174
174
175
175
- Feng Lee < feng@emqtt.io >
176
176
- CrazyWisdom <zh.whong@gmail.com >
177
- - Alex Yu" <alexyu.dc@gmail.com >
177
+ - Alex Yu <alexyu.dc@gmail.com >
178
178
179
179
180
180
Twitter
You can’t perform that action at this time.
0 commit comments