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