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
/
2
/
c
/
a
/
SFBNetwork
/
0.0.1
/
SFBNetwork.podspec.json
blob
a3334a3099a29dab6fa41c9cb4dd2b7bbbcc7a00
1
{
2
"name": "SFBNetwork",
3
"version": "0.0.1",
4
"summary": "A network framework based on AFNetworking.",
5
"homepage": "https://github.com/SoftBoys/SFBNetwork",
6
"source": {
7
"git": "https://github.com/SoftBoys/SFBNetwork.git",
8
"tag": "0.0.1"
9
},
10
"license": "MIT",
11
"authors": {
12
"SoftBoys": "gjw_1019@163.com"
13
},
14
"platforms": {
15
"ios": "8.0"
16
},
17
"source_files": "SFBNetwork",
18
"requires_arc": true,
19
"dependencies": {
20
"AFNetworking": [
21
"~> 3.1.0"
22
]
23
}
24
}