blob: 42978c6c9b2619937b9bb6e5a8c920b6b82862b8 [file] [log] [blame]
{
"name": "Spark-SDK",
"version": "0.1.7",
"summary": "Spark mobile SDK for interacting with connected products via Spark Cloud",
"description": " Cocoapod library of Spark mobile SDK for iOS\n Spark mobile SDK for iOS devices interacting with connected products via Spark Cloud\n This library will allow you to easily perform the following:\n - User session management for Spark cloud\n - Read/write data to/from Spark Core, Photon or Electron devices\n - Publish and subscribe events to/from the cloud or to/from devices (beta)\n",
"homepage": "https://github.com/spark/Spark-SDK-ios",
"license": "LGPL v3",
"authors": {
"Ido Kleinman": "ido@spark.io"
},
"source": {
"git": "https://github.com/spark/Spark-SDK-ios.git",
"tag": "0.1.7"
},
"platforms": {
"ios": "7.0"
},
"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": [
]
}
}
]
}