[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / 5 / b / c / NetworkMapper / 1.1.0 / NetworkMapper.podspec.json
blobca4c9787f7bce4a899a75763c55f75bc0f6177cf
2   "name": "NetworkMapper",
3   "version": "1.1.0",
4   "summary": "A framework to map JSON responses to swift objects",
5   "homepage": "http://github.com/adamdebono/NetworkMapper",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Adam Debono": "me@adamdebono.com"
12   },
13   "platforms": {
14     "ios": "9.0",
15     "osx": "10.11",
16     "watchos": "2.0",
17     "tvos": "9.0"
18   },
19   "source": {
20     "git": "https://github.com/adamdebono/NetworkMapper.git",
21     "tag": "1.1.0"
22   },
23   "source_files": "Source/*.swift",
24   "dependencies": {
25     "Alamofire": [
26       "~> 4.5.0"
27     ],
28     "AlamofireImage": [
29       "~> 3.3.0"
30     ]
31   },
32   "pushed_with_swift_version": "4.0"