blob: e7e644cba929915fc6f0097a3ecafe96a5e886a5 [file] [log] [blame]
{
"name": "Particle-SDK",
"version": "1.0.2",
"summary": "Particle iOS Cloud SDK for interacting with Particle powered devices",
"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.",
"homepage": "https://github.com/particle-iot/particle-cloud-sdk-ios",
"screenshots": "https://github.com/particle-iot/particle-cloud-sdk-ios/raw/master/particle-mark.png",
"license": "Apache 2.0",
"authors": {
"Particle": "ido@particle.io"
},
"source": {
"git": "https://github.com/particle-iot/particle-cloud-sdk-ios.git",
"tag": "1.0.2"
},
"social_media_url": "https://twitter.com/particle",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"public_header_files": "ParticleSDK/*.h",
"source_files": "ParticleSDK/*.h",
"subspecs": [
{
"name": "Helpers",
"source_files": "ParticleSDK/Helpers/*.{h,m}",
"dependencies": {
"AFNetworking": [
"~> 3.0"
]
},
"ios": {
"frameworks": [
"SystemConfiguration",
"Security"
]
}
},
{
"name": "SDK",
"source_files": "ParticleSDK/SDK/Particle*.{h,m}",
"dependencies": {
"AFNetworking": [
"~> 3.0"
],
"Particle-SDK/Helpers": [
]
}
}
]
}