[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / 5 / b / c / NetworkMapper / 1.1.2 / NetworkMapper.podspec.json
blob03d262c0255cf743cce9631ac6e1be9d8a36116e
2   "name": "NetworkMapper",
3   "version": "1.1.2",
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.2"
22   },
23   "source_files": "Source/*.swift",
24   "dependencies": {
25     "Alamofire": [
26       "~> 4.7.3"
27     ],
28     "AlamofireImage": [
29       "~> 3.4.0"
30     ]
31   }