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] FCVideo 3.2.21
[CocoaPods.git]
/
Specs
/
a
/
4
/
2
/
JZGridView
/
0.1.0
/
JZGridView.podspec.json
blob
8ef5262d38eb193397f36c00b625ea5db4e07fbd
1
{
2
"name": "JZGridView",
3
"version": "0.1.0",
4
"summary": "表格视图",
5
"description": "可以支持不同方向滚动的表格视图",
6
"homepage": "https://github.com/gioxxx2/GridView",
7
"license": "MIT",
8
"authors": {
9
"JZTech-xuz": "617223701@qq.com"
10
},
11
"source": {
12
"git": "https://github.com/gioxxx2/GridView.git",
13
"tag": "0.1.0"
14
},
15
"source_files": "JZGridView",
16
"dependencies": {
17
"MJRefresh": [
18
19
],
20
"Masonry": [
21
22
]
23
},
24
"platforms": {
25
"ios": "9.0"
26
}
27
}