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] IPDSDK 2.0.0.3
[CocoaPods.git]
/
Specs
/
e
/
3
/
1
/
AYSeg
/
0.0.8
/
AYSeg.podspec.json
blob
56b74b7104fc6e455ea0e77703229a6668b23229
1
{
2
"name": "AYSeg",
3
"version": "0.0.8",
4
"summary": "简单好用的分页UI框架",
5
"description": "简单好用的分页UI框架,分页支持controller,也支持view,集成超简单,功能超实用",
6
"homepage": "https://github.com/iyongzai/AYSeg",
7
"license": "MIT",
8
"authors": {
9
"ayong": "iyongzai@qq.com"
10
},
11
"platforms": {
12
"ios": "9.0"
13
},
14
"source": {
15
"git": "https://github.com/iyongzai/AYSeg.git",
16
"tag": "0.0.8"
17
},
18
"source_files": [
19
"AYSeg",
20
"AYSeg/*.{swift,h,m}"
21
],
22
"frameworks": [
23
"Foundation",
24
"UIKit"
25
],
26
"dependencies": {
27
"SnapKit": [
28
29
],
30
"EX": [
31
32
]
33
}
34
}