Skip to content

Commit

Permalink
minor changes to readme and preparation for 1.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
RaimundasSakalauskas committed Nov 8, 2019
1 parent fb75ca3 commit bdab219
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
8 changes: 4 additions & 4 deletions Particle-SDK.podspec
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'
Expand Down
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@

# Particle iOS Cloud SDK

[![Platform](https://img.shields.io/badge/platform-iOS-10a4fa.svg)](https://github.com/particle-iot/particle-sdk-ios) [![Build Status](https://api.travis-ci.org/particle-iot/particle-sdk-ios.svg)](https://travis-ci.org/particle-iot/particle-sdk-ios) [![license](https://img.shields.io/hexpm/l/plug.svg)](https://github.com/particle-iot/particle-sdk-ios/blob/master/LICENSE) [![version](https://img.shields.io/badge/cocoapods-1.0.0-green.svg)](https://github.com/particle-iot/particle-sdk-ios/blob/master/CHANGELOG.md) [![Carthage compatible](https://img.shields.io/badge/carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)

### Introduction


Particle iOS Cloud SDK enables iOS apps to interact with Particle-powered connected products via the Particle Cloud. It’s an easy-to-use wrapper for Particle REST API. The Cloud SDK will allow you to:

- Manage & inject user sessions for the Particle Cloud (access tokens, encrypted session management)
Expand All @@ -20,7 +19,7 @@ Particle iOS Cloud SDK enables iOS apps to interact with Particle-powered connec

### Getting Started

- Download [Particle iOS Cloud SDK](https://github.com/particle/particle-sdk-ios/archive/master.zip) and try out the included iPhone example app
- Download [Particle iOS Cloud SDK](https://github.com/particle/particle-cloud-sdk-ios/archive/master.zip) and try out the included iPhone example app
- Refer to our [documentation](https://docs.particle.io/reference/ios/) for getting started guide, API reference, support & feedback links.


Expand All @@ -38,4 +37,4 @@ Particle iOS Cloud SDK enables iOS apps to interact with Particle-powered connec

### License

Particle iOS Cloud SDK is available under the Apache License 2.0. See the [LICENSE file](https://github.com/particle-iot/particle-sdk-ios/blob/master/LICENSE) for more info.
Particle iOS Cloud SDK is available under the Apache License 2.0. See the [LICENSE file](https://github.com/particle-iot/particle-cloud-sdk-ios/blob/master/LICENSE) for more info.

0 comments on commit bdab219

Please sign in to comment.