Commit a9db996 1 parent 77f8fd7 commit a9db996 Copy full SHA for a9db996
File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
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.19 "
3
+ s . version = "1.0.20 "
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.19 " }
14
+ s . source = { :git => "https://github.com/emqtt/CocoaMQTT.git" , :tag => "1.0.20 " }
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 2
2
- CocoaAsyncSocket (7.5.1):
3
3
- CocoaAsyncSocket/GCD (= 7.5.1)
4
4
- CocoaAsyncSocket/GCD (7.5.1)
5
- - CocoaMQTT (1.0.19 ):
5
+ - CocoaMQTT (1.0.20 ):
6
6
- CocoaAsyncSocket (~> 7.5.1)
7
7
- SwiftyTimer (~> 2.0.0)
8
8
- SwiftyTimer (2.0.0)
@@ -16,7 +16,7 @@ EXTERNAL SOURCES:
16
16
17
17
SPEC CHECKSUMS:
18
18
CocoaAsyncSocket: e0a7e93b2ffa411592ff87e58524fbbc9b95b4fa
19
- CocoaMQTT: 4fc6bfecd34268c7695758bf22e5df138b48234a
19
+ CocoaMQTT: 92f3772ce02312c09ece33712b8e55f069054225
20
20
SwiftyTimer: 2efd74b060d69ad4f1496baf5bbedbe132125fcf
21
21
22
22
PODFILE CHECKSUM: aa5a6ba4b6f0388e9529591aff7fd3f7146ae073
You can’t perform that action at this time.
0 commit comments