From bdab2198791f01cbb6b2547d5eb468e36787b9f7 Mon Sep 17 00:00:00 2001 From: Raimundas Sakalauskas Date: Fri, 8 Nov 2019 13:17:18 +0100 Subject: [PATCH] minor changes to readme and preparation for 1.0.1 release --- Particle-SDK.podspec | 8 ++++---- README.md | 7 +++---- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/Particle-SDK.podspec b/Particle-SDK.podspec index 834bce8..c0f5d48 100644 --- a/Particle-SDK.podspec +++ b/Particle-SDK.podspec @@ -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" => "ido@particle.io" } - 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' diff --git a/README.md b/README.md index 028280b..c0f050d 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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. @@ -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.