[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / f / 7 / d / BmobSDK / 2.2.0 / BmobSDK.podspec.json
blob3516ae7e421d0604fe7f3fc988c406c6398d8cb7
2   "name": "BmobSDK",
3   "version": "2.2.0",
4   "summary": "Bmob 提供的iOS端的SDK.",
5   "homepage": "http://www.bmob.cn",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Bmob": "support@bmob.cn"
12   },
13   "platforms": {
14     "ios": "7.0"
15   },
16   "source": {
17     "git": "https://github.com/bmob/Bmob-iOS-SDK.git",
18     "tag": "2.2.0"
19   },
20   "vendored_frameworks": "**/BmobSDK.framework",
21   "requires_arc": true,
22   "frameworks": [
23     "CoreLocation",
24     "Security",
25     "CoreGraphics",
26     "MobileCoreServices",
27     "CFNetwork",
28     "CoreTelephony",
29     "SystemConfiguration"
30   ],
31   "libraries": [
32     "z.1.2.5",
33     "icucore",
34     "sqlite3",
35     "c++"
36   ],
37   "dependencies": {
38     "WechatOpenSDK": [
39       "~> 1.7.7"
40     ]
41   }