[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 7 / 2 / 1 / AlamofireObjectMapper / 0.1 / AlamofireObjectMapper.podspec.json
blob756bc4d60e7709196fc486ac1609f1dd26a74f23
2   "name": "AlamofireObjectMapper",
3   "version": "0.1",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "An extension to Alamofire which converts responses into 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.1"
16   },
17   "platforms": {
18     "ios": "8.0",
19     "osx": "10.9"
20   },
21   "requires_arc": "true",
22   "source_files": "AlamofireObjectMapper/**/*.swift",
23   "dependencies": {
24     "Alamofire": [
25       "~> 1.2"
26     ],
27     "ObjectMapper": [
28       "~> 0.10"
29     ]
30   }