blob: c8480238e523c546f8754d2904ff665754befe3b [file] [log] [blame]
{
"name": "NetworkRequestKit",
"version": "1.0.0",
"summary": "A new way to handle network.",
"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": "1.0.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "NetworkRequestKit/Classes/",
"dependencies": {
"Alamofire": [
"~> 4.0.0"
],
"PromiseKit": [
"~> 4.0.0"
],
"SwiftyJSON": [
"~> 3.0.0"
]
},
"pushed_with_swift_version": "3.0"
}