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
/
e
/
6
/
5
/
ZMKnife
/
0.1.3
/
ZMKnife.podspec.json
blob
b3e97c410fb573d62ec7e2d35e1e63562955a6ad
1
{
2
"name": "ZMKnife",
3
"version": "0.1.3",
4
"summary": "Some widgets I often used in projects",
5
"homepage": "https://github.com/nanjingboy/ZMKnife",
6
"license": {
7
"type": "MIT",
8
"file": "LICENSE"
9
},
10
"authors": {
11
"Tom.Huang": "hzlhu.dargon@gmail.com"
12
},
13
"source": {
14
"git": "https://github.com/nanjingboy/ZMKnife.git",
15
"tag": "0.1.3"
16
},
17
"platforms": {
18
"ios": "9.0"
19
},
20
"requires_arc": true,
21
"source_files": "Source/*.swift",
22
"resource_bundles": {
23
"ZMKnife": [
24
"Assets.xcassets"
25
]
26
},
27
"dependencies": {
28
"SnapKit": [
29
30
]
31
}
32
}