blob: c764e204c9747a419ac0dd32ef5952d4bd265803 [file] [log] [blame]
{
"name": "UTNetwork",
"version": "1.0.0",
"summary": "Network request library based on AFNetworking",
"homepage": "http://github.com/sebarina/UTNetwork",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"sebarina xu": "sebarinaxu@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/sebarina/UTNetwork.git",
"tag": "1.0.0"
},
"source_files": "Source/**/*",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 3.0"
]
}
}