blob: f0766d38a47c59470567b825ecc6393bdd514801 [file] [log] [blame]
{
"name": "BmobSDK",
"version": "1.4.9",
"summary": "Bmob 提供的iOS端的SDK.",
"homepage": "http://www.bmob.cn",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"heshaoyue": "heshaoyue@foxmail.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/bmob/bmob-ios-sdk.git",
"tag": "1.4.9"
},
"vendored_frameworks": "**/BmobSDK.framework",
"public_header_files": "./BmobSDK.framework/Header/*.h",
"frameworks": [
"CoreLocation",
"Security",
"CoreGraphics",
"MobileCoreServices",
"CFNetwork",
"CoreTelephony",
"SystemConfiguration"
],
"requires_arc": true
}