-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
minor changes to readme and preparation for 1.0.1 release
- Loading branch information
1 parent
fb75ca3
commit bdab219
Showing
2 changed files
with
7 additions
and
8 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,17 +1,17 @@ | ||
Pod::Spec.new do |s| | ||
s.name = "Particle-SDK" | ||
s.version = "1.0.0" | ||
s.version = "1.0.1" | ||
s.summary = "Particle iOS Cloud SDK for interacting with Particle powered devices" | ||
s.description = <<-DESC | ||
Particle iOS Cloud SDK Cocoapod library | ||
The Particle iOS Cloud SDK enables iOS apps to interact with Particle-powered connected products via the Particle Cloud. | ||
Library will enable your app to easily manage active user sessions to the Particle cloud, query for device's type, info, read and write data to and from all Particle devices (via exposed firmware variables and functions) as well as publish/subscribe device and cloud events. | ||
DESC | ||
s.homepage = "https://github.com/particle-iot/particle-sdk-ios" | ||
s.screenshots = "https://github.com/particle-iot/particle-sdk-ios/raw/master/particle-mark.png" | ||
s.homepage = "https://github.com/particle-iot/particle-cloud-sdk-ios" | ||
s.screenshots = "https://github.com/particle-iot/particle-cloud-sdk-ios/raw/master/particle-mark.png" | ||
s.license = 'Apache 2.0' | ||
s.author = { "Particle" => "[email protected]" } | ||
s.source = { :git => "https://github.com/particle-iot/particle-sdk-ios.git", :tag => s.version.to_s } | ||
s.source = { :git => "https://github.com/particle-iot/particle-cloud-sdk-ios.git", :tag => s.version.to_s } | ||
s.social_media_url = 'https://twitter.com/particle' | ||
|
||
s.platform = :ios, '8.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