[Add] ExpoFpCommon 4.8.3
[CocoaPods.git] / Specs / 7 / 2 / 1 / AlamofireObjectMapper / 4.0.0 / AlamofireObjectMapper.podspec.json
blob9bacf532819bc46a6e3d823e79b813f962735e82
2   "name": "AlamofireObjectMapper",
3   "version": "4.0.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": "4.0.0"
16   },
17   "platforms": {
18     "ios": "9.0",
19     "osx": "10.11",
20     "watchos": "2.0",
21     "tvos": "9.0"
22   },
23   "requires_arc": "true",
24   "source_files": "AlamofireObjectMapper/**/*.swift",
25   "dependencies": {
26     "Alamofire": [
27       "~> 4.0"
28     ],
29     "ObjectMapper": [
30       "~> 2.0"
31     ]
32   }