Skip to content

Commit

Permalink
update README.md info
Browse files Browse the repository at this point in the history
  • Loading branch information
leeway1208 committed Nov 12, 2021
1 parent 8f06f07 commit 57e8770
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions CocoaMQTT.podspec
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.3.0-rc.2"
s.version = "2.0.0"
s.summary = "MQTT v3.1.1 client library for iOS and OS X written with Swift 5"
s.homepage = "https://github.com/emqx/CocoaMQTT"
s.license = { :type => "MIT" }
s.authors = { "Feng Lee" => "[email protected]", "CrazyWisdom" => "[email protected]", "Alex Yu" => "[email protected]" }
s.authors = { "Feng Lee" => "[email protected]", "CrazyWisdom" => "[email protected]", "Alex Yu" => "[email protected]", "Leeway" => "[email protected]" }

s.swift_version = "5.0"
s.requires_arc = true
s.osx.deployment_target = "10.12"
s.ios.deployment_target = "10.0"
s.tvos.deployment_target = "10.0"
# s.watchos.deployment_target = "2.0"
s.source = { :git => "https://github.com/emqx/CocoaMQTT.git", :tag => "1.3.0-rc.2"}
s.source = { :git => "https://github.com/emqx/CocoaMQTT.git", :tag => "2.0.0"}
s.default_subspec = 'Core'

s.subspec 'Core' do |ss|
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ TVOS Target: 10.0 or above
Install using [CocoaPods](http://cocoapods.org) by adding this line to your Podfile:

```ruby
pod 'CocoaMQTT5, '~> 1.0.5''
pod 'CocoaMQTT, '~> 2.0.0''
```

Then, run the following command:
Expand All @@ -31,10 +31,10 @@ Then, run the following command:
$ pod install
```

At last, import "CocoaMQTT5" to your project:
At last, import "CocoaMQTT" to your project:

```swift
import CocoaMQTT5
import CocoaMQTT
```


Expand Down

0 comments on commit 57e8770

Please sign in to comment.