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] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git]
/
Specs
/
1
/
2
/
4
/
SampleLib
/
0.1.0
/
SampleLib.podspec.json
blob
8cd08b6865c56d8a04d0f1aa8926fa9fadcbeaae
1
{
2
"name": "SampleLib",
3
"version": "0.1.0",
4
"summary": "Test",
5
"description": "Test Library",
6
"homepage": "https://github.com/EndouMari/SampleLib",
7
"license": "MIT",
8
"authors": {
9
"EndouMari": "endo@vasily.jp"
10
},
11
"source": {
12
"git": "https://github.com/EndouMari/SampleLib.git",
13
"tag": "0.1.0"
14
},
15
"platforms": {
16
"ios": "8.0"
17
},
18
"requires_arc": true,
19
"source_files": "Pod/Classes/**/*",
20
"resource_bundles": {
21
"SampleLib": [
22
"Pod/Assets/*.png"
23
]
24
}
25
}