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] FaceSDKNightly 6.4.2314
[CocoaPods.git]
/
Specs
/
0
/
4
/
a
/
CJRefreshVC
/
1.0.0
/
CJRefreshVC.podspec.json
blob
815e04d00f1f462e96e6d1235e9dfe9a37b1c3f8
1
{
2
"name": "CJRefreshVC",
3
"version": "1.0.0",
4
"summary": "带刷新功能的控制器的父类(包含CJRefreshTvVC和CJRefreshWebVC)",
5
"homepage": "https://github.com/dvlproad/CJRefreshVC",
6
"license": "MIT",
7
"authors": "dvlproad",
8
"platforms": {
9
"ios": "7.0"
10
},
11
"source": {
12
"git": "https://github.com/dvlproad/CJRefreshVC.git",
13
"tag": "1.0.0"
14
},
15
"source_files": "CJRefreshVC/**/*.{h,m}",
16
"frameworks": "UIKit",
17
"requires_arc": true,
18
"dependencies": {
19
"MJRefresh": [
20
"~> 2.4.12"
21
],
22
"MBProgressHUD": [
23
"~> 0.9.1"
24
]
25
}
26
}