blob: 610c0d6b086847cccf8f766fff6473ccf87260ce [file] [log] [blame]
{
"name": "AppBlade",
"version": "0.6.2",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"homepage": "https://github.com/AppBlade/AppBladeSDK",
"authors": {
"James Daniels": "james@appblade.com"
},
"summary": "AppBlade SDK for iOS",
"source": {
"git": "https://github.com/AppBlade/AppBladeSDK.git",
"tag": "iOS-0.6.2"
},
"source_files": "iOS/Framework/AppBlade/*.{h,m,c}",
"frameworks": "Security",
"libraries": "sqlite3",
"dependencies": {
"PLCrashReporter": [
"1.2-rc5"
]
},
"prefix_header_file": "iOS/Framework/AppBlade/AppBlade-Prefix.pch",
"platforms": {
"ios": "5.0"
},
"requires_arc": true
}