blob: 9a1ad2334403254035ed7ebfc9302b4a25f9c6f7 [file] [log] [blame]
{
"name": "Spark-SDK",
"version": "0.3.1",
"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\nThe Particle iOS Cloud SDK enables iOS apps to interact with Particle-powered connected products via the Particle Cloud.\nLibrary will allow you to easily manage active user sessions to Particle cloud, query for device info,\nread and write data to/from Spark Core/Photon devices and (via exposed variables and functions)\npublish and subscribe events to/from the cloud or to/from devices (coming soon).\nnotice: Spark has been rebranded as Particle",
"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.3.1"
},
"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",
"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": [
],
"Spark-SDK/Helpers": [
]
}
}
]
}