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
/
4
/
f
/
5
/
AYNetworking
/
1.3.1
/
AYNetworking.podspec.json
blob
2b9ac3f922e345f2dc45839cc028e2f488f47fe4
1
{
2
"name": "AYNetworking",
3
"version": "1.3.1",
4
"license": {
5
"type": "MIT",
6
"file": "LICENSE"
7
},
8
"summary": "AYNetworking is a API extension of AFNetworking.",
9
"homepage": "https://github.com/jboehler/AYNetworking",
10
"authors": {
11
"Jan Böhler": "boehler.jan@gmail.com"
12
},
13
"source": {
14
"git": "https://github.com/jboehler/AYNetworking.git",
15
"tag": "v1.3.1"
16
},
17
"source_files": [
18
"Classes",
19
"AYNetworking"
20
],
21
"requires_arc": true,
22
"platforms": {
23
"ios": "5.0",
24
"osx": "10.7"
25
},
26
"dependencies": {
27
"AFNetworking": [
28
"~> 1.0"
29
]
30
}
31
}