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