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] RongCloudRTC 5.12.0
[CocoaPods.git]
/
Specs
/
2
/
d
/
a
/
YUNetwork
/
1.5.4
/
YUNetwork.podspec.json
blob
72e0157fd47bd43fa8be966178f167a6f7f49869
1
{
2
"name": "YUNetwork",
3
"version": "1.5.4",
4
"summary": "Powerful network framework.",
5
"description": "YUNetwork is based on AFNetworking.",
6
"homepage": "https://github.com/yuzhidu/YUNetwork",
7
"authors": {
8
"马裕博": "1632212092@qq.com"
9
},
10
"platforms": {
11
"ios": "8.0"
12
},
13
"requires_arc": true,
14
"license": {
15
"type": "MIT",
16
"file": "LICENSE"
17
},
18
"frameworks": [
19
"Foundation",
20
"UIKit"
21
],
22
"source": {
23
"git": "https://github.com/yuzhidu/YUNetwork.git",
24
"tag": "1.5.4"
25
},
26
"source_files": [
27
"YUNetwork",
28
"YUNetwork/*.{h,m}"
29
],
30
"dependencies": {
31
"AFNetworking": [
32
"~> 3.0"
33
]
34
}
35
}