blob: 6832323b537d867cb29ae86ec0c09c6128fc5051 [file] [log] [blame]
{
"name": "NetworkMediator",
"version": "0.1.2",
"summary": "NetworkMediator will help you to make Api calls with out writing tons of boilerplate code.",
"description": "NetworkMediator will help you to make Api calls with out writing tons of boilerplate code!.The current release has a dependency with Alamofire which will be removed in future so that you could add normal NSURLSession or any other dependency in the lowest abstarction.",
"homepage": "https://github.com/fahadHyder/Swift_NetworkEngine",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Fahad C H": "fahadhyder.c@gmail.com"
},
"source": {
"git": "https://github.com/fahadHyder/Swift_NetworkEngine.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "10.0"
},
"source_files": "NetworkEngine/*",
"dependencies": {
"SwiftyJSON": [
],
"Alamofire": [
]
}
}