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] ZJSDK 2.5.8.16
[CocoaPods.git]
/
Specs
/
5
/
f
/
2
/
HZShapeView
/
1.0.0
/
HZShapeView.podspec.json
blob
d877e05d586b1b71c55fcc84e689f9c750283cc6
1
{
2
"name": "HZShapeView",
3
"version": "1.0.0",
4
"summary": "自定义View的圆角方向",
5
"description": "通过传入圆角方向来自定义View的圆角",
6
"homepage": "https://github.com/MyHZ/HZShapeView",
7
"license": {
8
"type": "MIT",
9
"file": "LICENSE"
10
},
11
"authors": {
12
"huangzhen": "752818915@qq.com"
13
},
14
"platforms": {
15
"ios": "9.0"
16
},
17
"source": {
18
"git": "https://github.com/MyHZ/HZShapeView.git",
19
"tag": "1.0.0"
20
},
21
"source_files": [
22
"HZShapeView",
23
"HZShapeView/HZShapeView/*.{h,m}"
24
],
25
"requires_arc": true
26
}