Skip to content

Commit a9db996

Browse files
committed
Change podspec, Podfile.lock version
1 parent 77f8fd7 commit a9db996

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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.19"
3+
s.version = "1.0.20"
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.19"}
14+
s.source = { :git => "https://github.com/emqtt/CocoaMQTT.git", :tag => "1.0.20"}
1515
s.source_files = "Source/{*.h}", "Source/*.swift"
1616
s.dependency "CocoaAsyncSocket", "~> 7.5.1"
1717
s.dependency "SwiftyTimer", "~> 2.0.0"

Example/Podfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ PODS:
22
- CocoaAsyncSocket (7.5.1):
33
- CocoaAsyncSocket/GCD (= 7.5.1)
44
- CocoaAsyncSocket/GCD (7.5.1)
5-
- CocoaMQTT (1.0.19):
5+
- CocoaMQTT (1.0.20):
66
- CocoaAsyncSocket (~> 7.5.1)
77
- SwiftyTimer (~> 2.0.0)
88
- SwiftyTimer (2.0.0)
@@ -16,7 +16,7 @@ EXTERNAL SOURCES:
1616

1717
SPEC CHECKSUMS:
1818
CocoaAsyncSocket: e0a7e93b2ffa411592ff87e58524fbbc9b95b4fa
19-
CocoaMQTT: 4fc6bfecd34268c7695758bf22e5df138b48234a
19+
CocoaMQTT: 92f3772ce02312c09ece33712b8e55f069054225
2020
SwiftyTimer: 2efd74b060d69ad4f1496baf5bbedbe132125fcf
2121

2222
PODFILE CHECKSUM: aa5a6ba4b6f0388e9529591aff7fd3f7146ae073

0 commit comments

Comments
 (0)