[Add] SpikeSDK 4.0.11-beta.5
[CocoaPods.git] / Specs / d / 3 / 5 / Spark-SDK / 0.2.9 / Spark-SDK.podspec.json
blobff3d3ad67c3b76d6b64d5d14b3563be25592ebdd
2   "name": "Spark-SDK",
3   "version": "0.2.9",
4   "summary": "Particle iOS Cloud SDK for interacting with products/project powered by Cores/Photons via Particle Cloud",
5   "description": "                        Particle (formerly Spark) iOS Cloud SDK Cocoapod library\n                        The Particle iOS Cloud SDK enables iOS apps to interact with Particle-powered connected products via the Particle Cloud.\n                        Library will allow you to easily manage active user sessions to Particle cloud, query for device info,\n                        read and write data to/from Spark Core/Photon devices and (via exposed variables and functions)\n                        publish and subscribe events to/from the cloud or to/from devices (coming soon).\n                        notice: Spark has been rebranded as Particle\n",
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.2.9"
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   "resource_bundles": {
24     "Spark-SDK": [
25       "Pod/Assets/*.*"
26     ]
27   },
28   "subspecs": [
29     {
30       "name": "Helpers",
31       "source_files": [
32         "Pod/Classes/Helpers/KeychainItemWrapper.{h,m}",
33         "Pod/Classes/Reachability.{h,m}"
34       ],
35       "ios": {
36         "frameworks": [
37           "SystemConfiguration",
38           "Security"
39         ]
40       }
41     },
42     {
43       "name": "SDK",
44       "source_files": "Pod/Classes/SDK/Spark*.{h,m}",
45       "dependencies": {
46         "AFNetworking": [
48         ],
49         "Spark-SDK/Helpers": [
51         ]
52       }
53     }
54   ]