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] ZMarkupParser 1.12.0
[CocoaPods.git]
/
Specs
/
6
/
c
/
7
/
DemoPod
/
0.0.1
/
DemoPod.podspec.json
blob
b2e08d8e516a25c66641889c9bc1ebb21e82b93e
1
{
2
"name": "DemoPod",
3
"version": "0.0.1",
4
"summary": "Testing cocoa pod",
5
"homepage": "https://github.com/dodinhsi/DemoPod",
6
"license": "MIT",
7
"authors": {
8
"Si Do Dinh": "sidodinh@gmail.com"
9
},
10
"source": {
11
"git": "https://github.com/dodinhsi/DemoPod.git",
12
"tag": "0.0.1"
13
},
14
"platforms": {
15
"ios": "7.0"
16
},
17
"requires_arc": true,
18
"source_files": "Pod/Classes/*{h,m}",
19
"resource_bundles": {
20
"DemoPod": [
21
"Pod/Assets/*.png"
22
]
23
}
24
}