[Add] SpikeSDK 4.0.11-beta.5
[CocoaPods.git] / Specs / d / 3 / 5 / Spark-SDK / 0.2.2 / Spark-SDK.podspec.json
blob3ea07822a6b97324e33f6f585af23568e4b9c01a
2   "name": "Spark-SDK",
3   "version": "0.2.2",
4   "summary": "Spark iOS Cloud SDK for interacting with Spark powered connected products via Spark Cloud",
5   "description": "                        Spark iOS Cloud SDK Cocoapod library\n                        The Spark iOS Cloud SDK enables iOS apps to interact with Spark-powered connected products via the Spark Cloud.\n                        Library will allow you to easily manage active user sessions to Spark 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",
6   "homepage": "https://github.com/spark/spark-sdk-ios",
7   "license": "LGPL v3",
8   "authors": {
9     "Spark": "ido@spark.io"
10   },
11   "source": {
12     "git": "https://github.com/spark/Spark-SDK-ios.git",
13     "tag": "0.2.2"
14   },
15   "platforms": {
16     "ios": "7.1"
17   },
18   "requires_arc": true,
19   "public_header_files": "Pod/Classes/*.h",
20   "source_files": "Pod/Classes/Spark-SDK.h",
21   "resource_bundles": {
22     "Spark-SDK": [
23       "Pod/Assets/*.*"
24     ]
25   },
26   "subspecs": [
27     {
28       "name": "Helpers",
29       "source_files": [
30         "Pod/Classes/Helpers/KeychainItemWrapper.{h,m}",
31         "Pod/Classes/Reachability.{h,m}"
32       ],
33       "ios": {
34         "frameworks": [
35           "SystemConfiguration",
36           "Security"
37         ]
38       }
39     },
40     {
41       "name": "SDK",
42       "source_files": "Pod/Classes/SDK/Spark*.{h,m}",
43       "dependencies": {
44         "AFNetworking": [
46         ],
47         "Spark-SDK/Helpers": [
49         ]
50       }
51     }
52   ]