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] DebugSwift 0.3.9
[CocoaPods.git]
/
Specs
/
f
/
9
/
c
/
UTNetwork
/
0.0.1
/
UTNetwork.podspec.json
blob
14b929d9aca2ce0bdcaf2a5fad32399870bf090d
1
{
2
"name": "UTNetwork",
3
"version": "0.0.1",
4
"summary": "Network request library based on AFNetworking",
5
"homepage": "http://github.com/sebarina/UTNetwork",
6
"license": {
7
"type": "MIT",
8
"file": "LICENSE"
9
},
10
"authors": {
11
"sebarina xu": "sebarinaxu@gmail.com"
12
},
13
"platforms": {
14
"ios": "8.0"
15
},
16
"source": {
17
"git": "https://github.com/sebarina/UTNetwork.git",
18
"tag": "0.0.1"
19
},
20
"source_files": "Source/**/*",
21
"requires_arc": true,
22
"dependencies": {
23
"AFNetworking": [
24
"~> 3.0"
25
]
26
}
27
}