blob: dec1213085a8cc7cc08201fc48586c0668329625 [file] [log] [blame]
{
"name": "Network",
"version": "0.4.0",
"summary": "Using network request easily",
"description": "Using builder to simply the way to create new requests.",
"homepage": "https://github.com/lovesunstar/Network",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Suen": "lovesunstar@sina.com"
},
"source": {
"git": "https://github.com/lovesunstar/Network.git",
"tag": "0.4.0"
},
"social_media_url": "https://twitter.com/_lovesunstar",
"platforms": {
"ios": "8.0"
},
"source_files": "Network/Classes/**/*",
"frameworks": "Foundation",
"dependencies": {
"Alamofire": [
"~> 3.0"
]
}
}