blob: 14b929d9aca2ce0bdcaf2a5fad32399870bf090d [file] [log] [blame]
{
"name": "UTNetwork",
"version": "0.0.1",
"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": "0.0.1"
},
"source_files": "Source/**/*",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 3.0"
]
}
}