[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / 3 / 6 / d / AlamofireGenome / 1.0.1 / AlamofireGenome.podspec.json
blob879b4f66ec05461ca2f0e9bfebad65718b37b934
2   "name": "AlamofireGenome",
3   "version": "1.0.1",
4   "summary": "An Alamofire extension that automatically converts JSON into Swift objects using Genome",
5   "homepage": "https://github.com/tablexi/AlamofireGenome",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Dan Hodos": "danhodos@gmail.com",
12     "John Dzak": "john.dzak@gmail.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "requires_arc": true,
18   "source": {
19     "git": "https://github.com/tablexi/AlamofireGenome.git",
20     "tag": "v1.0.1",
21     "submodules": true
22   },
23   "source_files": "AlamofireGenome/**/*.{h,swift}",
24   "dependencies": {
25     "Alamofire": [
26       "~> 3.0"
27     ],
28     "Genome": [
29       "~> 1.0"
30     ]
31   }