blob: 3e445601ee3735d3a3d68fdd379cb9b2ac346d06 [file] [log] [blame]
{
"name": "NetworkSDK",
"version": "0.2.1",
"summary": "Network with object mapping and request queue.",
"description": "Network with object mapping and muti task queue.",
"homepage": "https://github.com/WildDylan/NetworkSDK",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Dylan": "dylan@china.com"
},
"source": {
"git": "https://github.com/WildDylan/NetworkSDK.git",
"tag": "0.2.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "NetworkSDK/*.swift",
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"ObjectMapper": [
"~> 2.2.1"
],
"Alamofire": [
"~> 4.1.0"
]
},
"pushed_with_swift_version": "3.0"
}