[Add] onesecondbefore-tracker 7.9.0
[CocoaPods.git] / Specs / 5 / 1 / a / NetworkBase / 0.1.0 / NetworkBase.podspec.json
blobb882ae7bb6f60b7fe358e9c22cab215a107eb01a
2   "name": "NetworkBase",
3   "version": "0.1.0",
4   "summary": "NetworkManagerBase is an abstract platform for writing API requests and parsers.",
5   "description": "TODO: NetworkManagerBase is an abstract platform for writing API requests for certain entities and API response parsers that are going to parse API response data.",
6   "homepage": "https://github.com/abdullahwaseer/NetworkBase",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "abdullah.waseer@gmail.com": "abdullah@mailcohen.com"
13   },
14   "source": {
15     "git": "https://github.com/abdullahwaseer/NetworkBase.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "NetworkBase/Classes/**/*",
22   "dependencies": {
23     "Alamofire": [
24       "~> 4.0.1"
25     ]
26   },
27   "pushed_with_swift_version": "3.0"