blob: 3ceb75c63b8c204cd4c9c885fef9e5f814b3ec29 [file] [log] [blame]
{
"name": "Spark-SDK",
"version": "0.1.1",
"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",
"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.1"
},
"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/*.png"
]
},
"subspecs": [
{
"name": "Helpers",
"source_files": [
"Pod/Classes/KeychainItemWrapper.{h,m}",
"Pod/Classes/Reachability.{h,m}"
],
"ios": {
"frameworks": [
"SystemConfiguration",
"Security"
]
}
},
{
"name": "SDK",
"source_files": "Pod/Classes/Spark*.{h,m}",
"dependencies": {
"AFNetworking": [
],
"Spark-SDK/Helpers": [
]
}
}
]
}