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] YLCategory-MacOS 1.1.3
[CocoaPods.git]
/
Specs
/
7
/
5
/
a
/
GJTAdditionKit
/
0.0.1
/
GJTAdditionKit.podspec.json
blob
0b6747b20629414af29a4a87dfafc1e512acfc3a
1
{
2
"name": "GJTAdditionKit",
3
"version": "0.0.1",
4
"summary": "UIKit 各个类 一些扩展.",
5
"description": "UIKit 各个类 一些扩展,例如 UIView、UIButton 等。",
6
"homepage": "https://github.com/zjh171/GJTAdditionKit.git",
7
"license": "MIT",
8
"authors": {
9
"kyson": "kysonzhu"
10
},
11
"platforms": {
12
"ios": "9.0"
13
},
14
"source": {
15
"git": "https://github.com/zjh171/GJTAdditionKit.git",
16
"tag": "0.0.1"
17
},
18
"source_files": [
19
"Classes",
20
"Classes/**/*.{h,m}"
21
],
22
"frameworks": [
23
"UIKit",
24
"Foundation"
25
],
26
"requires_arc": true
27
}