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] ThinkingDataCore 1.0.2
[CocoaPods.git]
/
Specs
/
b
/
7
/
d
/
JBTBaseLib
/
0.0.2
/
JBTBaseLib.podspec.json
blob
98fa051a764868c3c68cfa10af5f785791ef142b
1
{
2
"name": "JBTBaseLib",
3
"version": "0.0.2",
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.2",
19
"submodules": true
20
},
21
"source_files": [
22
"JBTBaseLib/*.{h,m}",
23
"JBTBaseLib/**/*.{h,m}"
24
],
25
"frameworks": [
26
"UIKit",
27
"Foundation"
28
],
29
"requires_arc": true,
30
"dependencies": {
31
"AFNetworking": [
32
33
],
34
"JSONModel": [
35
36
],
37
"MBProgressHUD": [
38
39
],
40
"SDWebImage": [
41
42
]
43
}
44
}