blob: 3cdffbdf57ea6209c3452d64ceb987e97a2a1765 [file] [log] [blame]
{
"name": "Spark-SDK",
"version": "0.4.1",
"summary": "Particle iOS Cloud SDK for interacting with Particle powered devices (Core/Photon/Electron)",
"description": "Particle (formerly Spark) 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 devices info,\nread and write data to/from Core/Photon and Electron devices (via exposed firmware variables and functions) and\npublish/subscribe to events to/from the cloud or to/from devices.",
"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.4.1"
},
"social_media_url": "https://twitter.com/particle",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"public_header_files": "Pod/Classes/*.h",
"source_files": "Pod/Classes/*.h",
"subspecs": [
{
"name": "Helpers",
"source_files": "Pod/Classes/Helpers/*.{h,m}",
"ios": {
"frameworks": [
"SystemConfiguration",
"Security"
]
}
},
{
"name": "SDK",
"source_files": "Pod/Classes/SDK/Spark*.{h,m}",
"dependencies": {
"AFNetworking": [
"~> 3.0"
],
"Spark-SDK/Helpers": [
]
}
}
]
}