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] YLCategory-Swift-MacOS 1.0.3
[CocoaPods.git]
/
Specs
/
1
/
2
/
4
/
SampleLib
/
1.1
/
SampleLib.podspec.json
blob
afc1a862a6c1ab5680fe554f6257c3aeac556583
1
{
2
"name": "SampleLib",
3
"version": "1.1",
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": "1.1"
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
}