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
/
a
/
f
/
c
/
MGAssociationMenuView
/
1.1.0
/
MGAssociationMenuView.podspec.json
blob
c24f3c8abad23177a4fa43605dd128924c2c0560
1
{
2
"name": "MGAssociationMenuView",
3
"version": "1.1.0",
4
"summary": "多级联动控件",
5
"description": "多级联动控件,无论有多少级,都可以实现递进效果",
6
"homepage": "https://github.com/mgzf/MGAssociationMenuView",
7
"license": "MIT",
8
"authors": {
9
"spf-iOS": ""
10
},
11
"platforms": {
12
"ios": "8.0"
13
},
14
"swift_version": "4.2",
15
"source": {
16
"git": "https://github.com/mgzf/MGAssociationMenuView.git",
17
"tag": "1.1.0"
18
},
19
"source_files": [
20
"Sources",
21
"Classes/**/*.{h,m}"
22
],
23
"dependencies": {
24
"SnapKit": [
25
26
]
27
}
28
}