[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / 5 / b / c / NetworkMapper / 0.0.4 / NetworkMapper.podspec.json
blob69cf60231e90f462090e445eca9e7daeef59a167
2   "name": "NetworkMapper",
3   "version": "0.0.4",
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.0.4"
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"