blob: a85a409ebe05bbe8c8bd218354b2c1b97ad08b2f [file] [log] [blame]
{
"name": "Spark-SDK",
"version": "0.2.10",
"summary": "Particle iOS Cloud SDK for interacting with products/project powered by Cores/Photons via Particle Cloud",
"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",
"homepage": "https://github.com/spark/spark-sdk-ios",
"screenshots": "http://i59.tinypic.com/mrthqc.jpg",
"license": "Apache 2.0",
"authors": {
"Particle": "ido@particle.io"
},
"source": {
"git": "https://github.com/spark/Spark-SDK-ios.git",
"tag": "0.2.10"
},
"social_media_url": "https://twitter.com/particle",
"platforms": {
"ios": "7.1"
},
"requires_arc": true,
"public_header_files": "Pod/Classes/*.h",
"source_files": "Pod/Classes/Spark-SDK.h",
"resource_bundles": {
"Spark-SDK": [
"Pod/Assets/*.*"
]
},
"subspecs": [
{
"name": "Helpers",
"source_files": [
"Pod/Classes/Helpers/KeychainItemWrapper.{h,m}",
"Pod/Classes/Reachability.{h,m}"
],
"ios": {
"frameworks": [
"SystemConfiguration",
"Security"
]
}
},
{
"name": "SDK",
"source_files": "Pod/Classes/SDK/Spark*.{h,m}",
"dependencies": {
"AFNetworking": [
],
"Spark-SDK/Helpers": [
]
}
}
]
}