blob: 4c3b8e6d684e19bb827a654a02387a074b2f6294 [file] [log] [blame]
{
"name": "BmobSDK",
"version": "2.2.3",
"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.2.3"
},
"vendored_frameworks": "**/BmobSDK.framework",
"requires_arc": true,
"frameworks": [
"CoreLocation",
"Security",
"CoreGraphics",
"MobileCoreServices",
"CFNetwork",
"CoreTelephony",
"SystemConfiguration"
],
"libraries": [
"z.1.2.5",
"icucore",
"sqlite3",
"c++"
],
"dependencies": {
"WechatOpenSDK": [
"~> 1.7.7"
]
}
}