[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / 5 / b / c / NetworkMapper / 0.1.2 / NetworkMapper.podspec.json
blobc41f85020ddda8afa6f131bba91a2ccd01024610
2   "name": "NetworkMapper",
3   "version": "0.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": "0.1.2"
22   },
23   "source_files": "Source/*.swift",
24   "dependencies": {
25     "Alamofire": [
26       "~> 4.2.0"
27     ],
28     "Unbox": [
29       "~> 2.2.0"
30     ]
31   },
32   "pushed_with_swift_version": "3.0"