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] CastledNotificationService 4.1.3
[CocoaPods.git]
/
Specs
/
a
/
8
/
0
/
YJTableViewFactory
/
1.1.1
/
YJTableViewFactory.podspec.json
blob
540d0aab9fa0329cae0256d58155a635024b38c9
1
{
2
"name": "YJTableViewFactory",
3
"version": "1.1.1",
4
"summary": "UITableView工厂,可自动填充数据源,填充Cell,缓存高。",
5
"homepage": "https://github.com/937447974/YJTableViewFactory",
6
"license": {
7
"type": "MIT",
8
"file": "LICENSE"
9
},
10
"authors": {
11
"阳君": "937447974@qq.com"
12
},
13
"platforms": {
14
"ios": "7.0"
15
},
16
"source": {
17
"git": "https://github.com/937447974/YJTableViewFactory.git",
18
"tag": "v1.1.1"
19
},
20
"source_files": [
21
"Classes/*.{h,m}",
22
"Classes/*/*.{h,m}",
23
"README.md"
24
],
25
"frameworks": [
26
"UIKit",
27
"Foundation"
28
],
29
"requires_arc": true
30
}