-
Notifications
You must be signed in to change notification settings - Fork 422
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
8 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
4.2 | ||
5.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
Pod::Spec.new do |s| | ||
s.name = "CocoaMQTT" | ||
s.version = "1.1.3" | ||
s.summary = "MQTT v3.1.1 client library for iOS and OS X written with Swift 4" | ||
s.version = "1.2.0" | ||
s.summary = "MQTT v3.1.1 client library for iOS and OS X written with Swift 5" | ||
s.homepage = "https://github.com/emqtt/CocoaMQTT" | ||
s.license = { :type => "MIT" } | ||
s.authors = { "Feng Lee" => "[email protected]", "CrazyWisdom" => "[email protected]", "Alex Yu" => "[email protected]" } | ||
|
||
s.swift_version = "4.2" | ||
s.swift_version = "5.0" | ||
s.requires_arc = true | ||
s.osx.deployment_target = "10.9" | ||
s.ios.deployment_target = "8.0" | ||
s.tvos.deployment_target = "9.0" | ||
# s.watchos.deployment_target = "2.0" | ||
s.source = { :git => "https://github.com/emqtt/CocoaMQTT.git", :tag => "1.1.3"} | ||
s.source = { :git => "https://github.com/emqtt/CocoaMQTT.git", :tag => "1.2.0"} | ||
s.source_files = "Source/{*.h}", "Source/*.swift" | ||
s.dependency "CocoaAsyncSocket", "~> 7.6.3" | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters