[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / b / d / 5 / NetworkMediator / 0.1.2 / NetworkMediator.podspec.json
blob6832323b537d867cb29ae86ec0c09c6128fc5051
2   "name": "NetworkMediator",
3   "version": "0.1.2",
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.2"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "source_files": "NetworkEngine/*",
22   "dependencies": {
23     "SwiftyJSON": [
25     ],
26     "Alamofire": [
28     ]
29   }