blob: 7837b1551a175f482dd8b75913fbf388d450bd29 [file] [log] [blame]
{
"name": "BmobSDK",
"version": "2.0.3",
"summary": "Bmob 提供的iOS端的SDK.",
"homepage": "http://www.bmob.cn",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Bmob": "support@bmob.cn"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/bmob/bmob-ios-sdk.git",
"tag": "2.0.3"
},
"vendored_frameworks": "**/BmobSDK.framework",
"frameworks": [
"CoreLocation",
"Security",
"CoreGraphics",
"MobileCoreServices",
"CFNetwork",
"CoreTelephony",
"SystemConfiguration"
],
"libraries": [
"z.1.2.5",
"icucore",
"sqlite3"
],
"requires_arc": true
}