[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 9 / 4 / 2 / Particle-SDK / 1.0.7 / Particle-SDK.podspec.json
blob88bfb9a3adccd0b265c6f4d5e419982ad67c135e
2   "name": "Particle-SDK",
3   "version": "1.0.7",
4   "summary": "Particle iOS Cloud SDK for interacting with Particle powered devices",
5   "description": "Particle 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 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.",
6   "homepage": "https://github.com/particle-iot/particle-cloud-sdk-ios",
7   "screenshots": "https://github.com/particle-iot/particle-cloud-sdk-ios/raw/master/particle-mark.png",
8   "license": "Apache 2.0",
9   "authors": {
10     "Particle": "ido@particle.io"
11   },
12   "source": {
13     "git": "https://github.com/particle-iot/particle-cloud-sdk-ios.git",
14     "tag": "1.0.7"
15   },
16   "social_media_url": "https://twitter.com/particle",
17   "platforms": {
18     "ios": "9.0"
19   },
20   "requires_arc": true,
21   "public_header_files": "ParticleSDK/*.h",
22   "source_files": "ParticleSDK/*.h",
23   "subspecs": [
24     {
25       "name": "Helpers",
26       "source_files": "ParticleSDK/Helpers/*.{h,m}",
27       "dependencies": {
28         "AFNetworking": [
29           "~> 4.0"
30         ]
31       },
32       "ios": {
33         "frameworks": [
34           "SystemConfiguration",
35           "Security"
36         ]
37       }
38     },
39     {
40       "name": "SDK",
41       "source_files": "ParticleSDK/SDK/Particle*.{h,m}",
42       "dependencies": {
43         "AFNetworking": [
44           "~> 4.0"
45         ],
46         "Particle-SDK/Helpers": [
48         ]
49       }
50     }
51   ]