[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 7 / 2 / 1 / AlamofireObjectMapper / 6.2.0 / AlamofireObjectMapper.podspec.json
blob449c5f1f9771ef76732b6f43a0144f0e962b2e6b
2   "name": "AlamofireObjectMapper",
3   "version": "6.2.0",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "An extension to Alamofire which automatically converts JSON response data into swift objects using ObjectMapper",
9   "homepage": "https://github.com/tristanhimmelman/AlamofireObjectMapper",
10   "authors": {
11     "Tristan Himmelman": "tristanhimmelman@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/tristanhimmelman/AlamofireObjectMapper.git",
15     "tag": "6.2.0"
16   },
17   "platforms": {
18     "ios": "10.0",
19     "osx": "10.12",
20     "watchos": "3.0",
21     "tvos": "10.0"
22   },
23   "swift_versions": "5.0",
24   "requires_arc": true,
25   "source_files": "AlamofireObjectMapper/**/*.swift",
26   "dependencies": {
27     "Alamofire": [
28       "5.0.0-rc.2"
29     ],
30     "ObjectMapper": [
31       "~> 3.5.1"
32     ]
33   },
34   "swift_version": "5.0"