repo.or.cz
/
CocoaPods.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git]
/
Specs
/
f
/
7
/
d
/
BmobSDK
/
1.6.9
/
BmobSDK.podspec.json
blob
4f1dae5b566679b4213890cf3bfa7094b10eb991
1
{
2
"name": "BmobSDK",
3
"version": "1.6.9",
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": "1.6.9"
19
},
20
"vendored_frameworks": "**/BmobSDK.framework",
21
"frameworks": [
22
"CoreLocation",
23
"Security",
24
"CoreGraphics",
25
"MobileCoreServices",
26
"CFNetwork",
27
"CoreTelephony",
28
"SystemConfiguration"
29
],
30
"libraries": [
31
"z.1.2.5",
32
"icucore",
33
"sqlite3"
34
],
35
"requires_arc": true
36
}