[Add] FCNews 0.3.26
[CocoaPods.git] / Specs / 8 / e / c / CRUD / 1.0.4 / CRUD.podspec.json
blobef80212527c9899747798b20f39f4063f1dce0a0
2   "name": "CRUD",
3   "version": "1.0.4",
4   "summary": "Simple framework for work with REST API in ActiveRecord style",
5   "homepage": "https://github.com/MetalheadSanya/CRUD",
6   "license": {
7     "type": "BSD",
8     "file": "LICENSE.md"
9   },
10   "authors": {
11     "Alexander Zalutskiy": "metalhead.sanya@gmail.com"
12   },
13   "platforms": {
14     "ios": "8.0"
15   },
16   "requires_arc": true,
17   "source": {
18     "git": "https://github.com/MetalheadSanya/CRUD.git",
19     "tag": "1.0.4",
20     "submodules": true
21   },
22   "source_files": "CRUD/Source/*.{h,swift}",
23   "dependencies": {
24     "Gloss": [
25       "~> 0.7"
26     ],
27     "Alamofire": [
28       "~> 3.4"
29     ],
30     "When": [
31       "~> 1.0.4"
32     ]
33   }