blob: 7a17fd2ae849e514f836ee2ea1de642b5b3da0ff [file] [log] [blame]
{
"name": "SparkiOS",
"version": "1.0",
"summary": "SparkiOS API library that allows authorized MLS members to request data through developer applications.",
"homepage": "http://www.sparkplatform.com/docs/overview/api",
"authors": "FBS",
"source": {
"git": "https://github.com/sparkapi/SparkiOS.git",
"tag": "1.0"
},
"platforms": {
"ios": "5.0"
},
"source_files": [
"SparkAPI.{h,m}",
"JSONHelper.{h,m}"
],
"requires_arc": true,
"license": {
"type": "Copyright",
"file": "LICENSE"
},
"dependencies": {
"AFNetworking": [
"1.1.0"
],
"SBJson": [
]
}
}