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
/
1.0.0
/
UTNetwork.podspec.json
blob
c764e204c9747a419ac0dd32ef5952d4bd265803
1
{
2
"name": "UTNetwork",
3
"version": "1.0.0",
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": "1.0.0"
19
},
20
"source_files": "Source/**/*",
21
"requires_arc": true,
22
"dependencies": {
23
"AFNetworking": [
24
"~> 3.0"
25
]
26
}
27
}