blob: 05905e6502db0818453985a92032edc78a3482a6 [file] [log] [blame]
{
"name": "BmobSDK",
"version": "1.6.3",
"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.6.3"
},
"vendored_frameworks": "**/BmobSDK.framework",
"frameworks": [
"CoreLocation",
"Security",
"CoreGraphics",
"MobileCoreServices",
"CFNetwork",
"CoreTelephony",
"SystemConfiguration",
"AVFoundation",
"MediaPlayer"
],
"libraries": [
"z.1.2.5",
"icucore",
"sqlite3"
],
"requires_arc": true
}