[Add] SpikeSDK 4.0.11-beta.5
[CocoaPods.git] / Specs / d / 3 / 5 / Spark-SDK / 0.3.4 / Spark-SDK.podspec.json
blob585be9abbdc149b92e5b6743aeb6352e5ae109ba
2   "name": "Spark-SDK",
3   "version": "0.3.4",
4   "summary": "Particle iOS Cloud SDK for interacting with Particle powered devices (Core/Photon/Electron)",
5   "description": "Particle (formerly Spark) iOS Cloud SDK Cocoapod library\nThe Particle iOS Cloud SDK enables iOS apps to interact with Particle-powered connected products via the Particle Cloud.\nLibrary will enable your app to easily manage active user sessions to the Particle cloud, query for devices info,\nread and write data to/from Spark Core/Photon and Electron devices and (via exposed firmware variables and functions)\npublish and subscribe events to/from the cloud or to/from devices.",
6   "homepage": "https://github.com/spark/spark-sdk-ios",
7   "screenshots": "http://i59.tinypic.com/mrthqc.jpg",
8   "license": "Apache 2.0",
9   "authors": {
10     "Particle": "ido@particle.io"
11   },
12   "source": {
13     "git": "https://github.com/spark/Spark-SDK-ios.git",
14     "tag": "0.3.4"
15   },
16   "social_media_url": "https://twitter.com/particle",
17   "platforms": {
18     "ios": "7.1"
19   },
20   "requires_arc": true,
21   "public_header_files": "Pod/Classes/*.h",
22   "source_files": "Pod/Classes/Spark-SDK.h",
23   "subspecs": [
24     {
25       "name": "Helpers",
26       "source_files": "Pod/Classes/Helpers/*.{h,m}",
27       "ios": {
28         "frameworks": [
29           "SystemConfiguration",
30           "Security"
31         ]
32       }
33     },
34     {
35       "name": "SDK",
36       "source_files": "Pod/Classes/SDK/Spark*.{h,m}",
37       "dependencies": {
38         "AFNetworking": [
39           "< 3.0.0"
40         ],
41         "Spark-SDK/Helpers": [
43         ]
44       }
45     }
46   ]