[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / d / 3 / 5 / Spark-SDK / 0.2.4 / Spark-SDK.podspec.json
blobc9ba29f78273416ec9636065cf4e1107c9d44359
2   "name": "Spark-SDK",
3   "version": "0.2.4",
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.4"
14   },
15   "social_media_url": "https://twitter.com/spark_io",
16   "platforms": {
17     "ios": "7.1"
18   },
19   "requires_arc": true,
20   "public_header_files": "Pod/Classes/*.h",
21   "source_files": "Pod/Classes/Spark-SDK.h",
22   "resource_bundles": {
23     "Spark-SDK": [
24       "Pod/Assets/*.*"
25     ]
26   },
27   "subspecs": [
28     {
29       "name": "Helpers",
30       "source_files": [
31         "Pod/Classes/Helpers/KeychainItemWrapper.{h,m}",
32         "Pod/Classes/Reachability.{h,m}"
33       ],
34       "ios": {
35         "frameworks": [
36           "SystemConfiguration",
37           "Security"
38         ]
39       }
40     },
41     {
42       "name": "SDK",
43       "source_files": "Pod/Classes/SDK/Spark*.{h,m}",
44       "dependencies": {
45         "AFNetworking": [
47         ],
48         "Spark-SDK/Helpers": [
50         ]
51       }
52     }
53   ]