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] DSPSDK 1.0.1.8
[CocoaPods.git]
/
Specs
/
b
/
8
/
c
/
RHBase
/
1.0.6
/
RHBase.podspec.json
blob
f3377835a87c8e6a1e61c1e4342392046de28f73
1
{
2
"name": "RHBase",
3
"version": "1.0.6",
4
"summary": "iOS常用基类",
5
"homepage": "https://github.com/guorenhao/RHBase",
6
"license": "MIT",
7
"authors": {
8
"Abner_G": "grh_1990@126.com"
9
},
10
"platforms": {
11
"ios": "8.0"
12
},
13
"source": {
14
"git": "https://github.com/guorenhao/RHBase.git",
15
"tag": "1.0.6"
16
},
17
"source_files": "RHBase/**/*.{h,m}",
18
"frameworks": [
19
"UIKit",
20
"Foundation"
21
],
22
"requires_arc": true,
23
"dependencies": {
24
"Masonry": [
25
"~> 1.1.0"
26
],
27
"MJRefresh": [
28
"~> 3.1.15.3"
29
]
30
}
31
}