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