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
/
f
/
6
/
5
/
RgRefresh
/
0.0.1
/
RgRefresh.podspec.json
blob
a45d52c5fc514791780d133036a2bd09350c90fa
1
{
2
"name": "RgRefresh",
3
"version": "0.0.1",
4
"summary": "刷新刷新组件",
5
"description": "关于刷新组件",
6
"homepage": "https://dazhongge.com",
7
"license": "MIT",
8
"authors": {
9
"Rogue": "619455850@qq.com"
10
},
11
"platforms": {
12
"ios": "9.0"
13
},
14
"source": {
15
"git": "https://github.com/RogueAndy/RgRefresh.git",
16
"tag": "0.0.1"
17
},
18
"source_files": "RgRefresh/*",
19
"public_header_files": "RgRefresh/*.h",
20
"frameworks": [
21
"UIKit",
22
"Foundation"
23
],
24
"requires_arc": true,
25
"dependencies": {
26
"MJRefresh": [
27
"3.2.0"
28
]
29
}
30
}