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