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] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git]
/
Specs
/
b
/
7
/
d
/
JBTBaseLib
/
0.0.1
/
JBTBaseLib.podspec.json
blob
bb52dff7b79da6f1d35ee6bd31bfcfc68ac534e0
1
{
2
"name": "JBTBaseLib",
3
"version": "0.0.1",
4
"summary": "base library of JBIT",
5
"homepage": "https://github.com/ConstantCody/JBTBaseLib",
6
"license": {
7
"type": "MIT",
8
"file": "LICENSE"
9
},
10
"authors": {
11
"ηθΆ ε": "niuchaohua@foxmail.com"
12
},
13
"platforms": {
14
"ios": "9.0"
15
},
16
"source": {
17
"git": "https://github.com/ConstantCody/JBTBaseLib.git",
18
"tag": "0.0.1"
19
},
20
"source_files": [
21
"JBTBaseLib/*.{h,m}",
22
"JBTBaseLib/**/*.{h,m}"
23
],
24
"frameworks": [
25
"UIKit",
26
"Foundation"
27
],
28
"requires_arc": true,
29
"dependencies": {
30
"AFNetworking": [
31
32
],
33
"JSONModel": [
34
35
],
36
"MBProgressHUD": [
37
38
],
39
"SDWebImage": [
40
41
]
42
}
43
}