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
[Delete] DSPSDK 1.0.0.3
[CocoaPods.git]
/
Specs
/
3
/
9
/
f
/
LionBase
/
0.2.1
/
LionBase.podspec.json
blob
ac14dc68546c2fe1de59a537b4d1464b542a81d7
1
{
2
"name": "LionBase",
3
"version": "0.2.1",
4
"summary": "试验公共库.",
5
"description": "honghao做的第一个podspec 希望成功",
6
"homepage": "https://github.com/zhenghaonagehao/LibTest.git",
7
"license": {
8
"type": "MIT",
9
"file": "POD_LICENSE"
10
},
11
"authors": {
12
"honghao": "493893140@qq.com"
13
},
14
"source": {
15
"git": "https://github.com/zhenghaonagehao/LibTest.git",
16
"tag": "0.2.1"
17
},
18
"platforms": {
19
"ios": "8.0"
20
},
21
"source_files": "Pod/Classes/**/*",
22
"resource_bundles": {
23
"LionBase": [
24
"Pod/Assets/*.png"
25
]
26
},
27
"dependencies": {
28
"SODownloader": [
29
30
]
31
}
32
}