blob: 01e12b87643f2fc8d30a6c563b0f21904a478bb0 [file] [log] [blame]
{
"name": "NetworkRequestKit",
"version": "2.1.2",
"summary": "A fabulous way to handle network request.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/yoxisem544/NetworkRequestKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"yoxisem544": "yoxisem544@gmail.com"
},
"source": {
"git": "https://github.com/yoxisem544/NetworkRequestKit.git",
"tag": "2.1.2"
},
"platforms": {
"ios": "9.0"
},
"source_files": "NetworkRequestKit/Classes/",
"dependencies": {
"Alamofire": [
"~> 4"
],
"PromiseKit": [
"~> 6"
],
"SwiftyJSON": [
"~> 4"
]
}
}