blob: 1ec097ca68bffe86f5d5afc7c133964e24049099 [file] [log] [blame]
{
"name": "BmobSDK",
"version": "2.1.2",
"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",
"tag": "2.1.2"
},
"vendored_frameworks": "**/BmobSDK.framework",
"requires_arc": true,
"frameworks": [
"CoreLocation",
"Security",
"CoreGraphics",
"MobileCoreServices",
"CFNetwork",
"CoreTelephony",
"SystemConfiguration"
],
"libraries": [
"z.1.2.5",
"icucore",
"sqlite3",
"c++"
]
}