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] YLProgressHUD 0.0.2
[CocoaPods.git]
/
Specs
/
d
/
f
/
2
/
SFHttp
/
1.0.2
/
SFHttp.podspec.json
blob
df24ba237c5adf4aefda16e37e8da3d764085fa1
1
{
2
"name": "SFHttp",
3
"version": "1.0.2",
4
"authors": {
5
"ruibox001": "wangshengyuancrazy@163.com"
6
},
7
"homepage": "https://github.com/ruibox001/SFHttp",
8
"summary": "SFHttp 是基于AFNetworking的封装的网络请求类",
9
"source": {
10
"git": "https://github.com/ruibox001/SFHttp.git",
11
"tag": "v1.0.2"
12
},
13
"license": {
14
"type": "MIT",
15
"file": "LICENSE"
16
},
17
"platforms": {
18
"ios": "8.0"
19
},
20
"requires_arc": true,
21
"source_files": [
22
"SFHttp",
23
"SFHttp/**/*.{h,m}"
24
],
25
"frameworks": "UIKit"
26
}