blob: 07db97068643b35a79683289a00313ab49a9e357 [file] [log] [blame]
{
"name": "ClearBlade-iOS-API",
"platforms": {
"ios": "5.0"
},
"version": "0.8.4",
"summary": "iOS API libraries for the ClearBlade platform",
"homepage": "https://github.com/ClearBlade/iOS-API",
"license": {
"type": "EPL",
"file": "LICENSE"
},
"authors": {
"Charlie Andrews": "candrews@clearblade.com"
},
"source": {
"git": "https://github.com/ClearBlade/iOS-API.git",
"tag": "v0.8.4"
},
"header_dir": "libmosquitto",
"source_files": "ClearBladeAPI/**/*.{h,m}",
"frameworks": [
"SystemConfiguration",
"MobileCoreServices"
],
"dependencies": {
"AFNetworking": [
"~> 1.3.3"
]
},
"requires_arc": true
}