Skip to content

Commit afc1f85

Browse files
committed
Update podspec file.
1 parent ebb15fb commit afc1f85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
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.11"
3+
s.version = "1.0.12"
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.watchos.deployment_target = "2.0"
1313
# 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"}
1515
s.source_files = "Source/{*.h}", "Source/*.swift"
1616
s.dependency "CocoaAsyncSocket", "~> 7.5.1"
1717
s.dependency "MSWeakTimer", "~> 1.1.0"

0 commit comments

Comments
 (0)