Commit afc1f85 1 parent ebb15fb commit afc1f85 Copy full SHA for afc1f85
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
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.11 "
3
+ s . version = "1.0.12 "
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.watchos.deployment_target = "2.0"
13
13
# s.tvos.deployment_target = "9.0"
14
- s . source = { :git => "https://github.com/emqtt/CocoaMQTT.git" , :tag => "1.0.11 " }
14
+ s . source = { :git => "https://github.com/emqtt/CocoaMQTT.git" , :tag => "1.0.12 " }
15
15
s . source_files = "Source/{*.h}" , "Source/*.swift"
16
16
s . dependency "CocoaAsyncSocket" , "~> 7.5.1"
17
17
s . dependency "MSWeakTimer" , "~> 1.1.0"
You can’t perform that action at this time.
0 commit comments