blob: b482c97018f2e1c35b78263e083fe4323c2f4693 [file] [log] [blame]
{
"name": "NetworkRequestKit",
"version": "2.2.0",
"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.2.0"
},
"platforms": {
"ios": "10.0"
},
"source_files": "NetworkRequestKit/Classes/",
"dependencies": {
"Alamofire": [
"~> 4"
],
"PromiseKit": [
"~> 6"
],
"SwiftyJSON": [
"~> 4"
]
}
}