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-MacOS 1.1.5
[CocoaPods.git]
/
Specs
/
1
/
9
/
5
/
ControlExtension
/
0.0.2
/
ControlExtension.podspec.json
blob
d899c923c69725f4b196b9e7f14c9ba1000d6781
1
{
2
"name": "ControlExtension",
3
"version": "0.0.2",
4
"summary": "控件视图扩展",
5
"description": "UIView UILabel 等",
6
"homepage": "https://github.com/xiezefeng/ControlExtension",
7
"license": {
8
"type": "MIT",
9
"file": "LICENSE"
10
},
11
"authors": {
12
"谢泽锋": "xiezf"
13
},
14
"source": {
15
"git": "https://github.com/xiezefeng/ControlExtension.git",
16
"tag": "0.0.2"
17
},
18
"source_files": [
19
"ControlExtension",
20
"ControlExtension/*.{h,m}"
21
],
22
"requires_arc": true,
23
"ios": {
24
"frameworks": "UIKit"
25
},
26
"platforms": {
27
"ios": "9.0"
28
},
29
"dependencies": {
30
"Masonry": [
31
32
]
33
}
34
}