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] AWSTranscribeStreaming 2.38.0
[CocoaPods.git]
/
Specs
/
1
/
9
/
3
/
FJTableView
/
0.0.1
/
FJTableView.podspec.json
blob
96c2c21f54c85deede290e7b47caddbb4234c160
1
{
2
"name": "FJTableView",
3
"version": "0.0.1",
4
"summary": "A customized data-driven tableview",
5
"homepage": "https://github.com/jeffnjut/FJTableView",
6
"license": "MIT",
7
"authors": {
8
"jeff_njut": "jeff_njut@163.com"
9
},
10
"platforms": {
11
"ios": "7.0"
12
},
13
"source": {
14
"git": "https://github.com/jeffnjut/FJTableView.git",
15
"tag": "0.0.1"
16
},
17
"source_files": "FJTableView/**/*.{h,m}",
18
"dependencies": {
19
"Masonry": [
20
21
],
22
"FJTool/Array": [
23
24
]
25
},
26
"requires_arc": true
27
}