[Add] DemoTestFramework 1.0.6
[CocoaPods.git] / Specs / b / d / 5 / NetworkMediator / 0.1.3 / NetworkMediator.podspec.json
blobedb6dfecb126a2bfdad2736e829148ad1fdd7e3a
2   "name": "NetworkMediator",
3   "version": "0.1.3",
4   "summary": "NetworkMediator will help you to make Api calls with out writing tons of boilerplate code.",
5   "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.",
6   "homepage": "https://github.com/fahadHyder/Swift_NetworkEngine",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Fahad C H": "fahadhyder.c@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/fahadHyder/Swift_NetworkEngine.git",
16     "tag": "0.1.3"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "source_files": "NetworkEngine/*",
22   "dependencies": {
23     "SwiftyJSON": [
25     ],
26     "Alamofire": [
28     ]
29   }