[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 8 / b / 7 / Crust / 0.4 / Crust.podspec.json
blob7ca3ea4a683a4c7181db63b3c99849872019d092
2   "name": "Crust",
3   "version": "0.4",
4   "summary": "Flexible Swift JSON object mapping with support for Realm, etc.",
5   "description": "A flexible Swift framework for converting classes and structs to and from JSON with support for storage solutions such as Realm.",
6   "homepage": "https://github.com/rexmas/Crust",
7   "license": "MIT",
8   "authors": {
9     "rexmas": "rex.fenley@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/rexmas/Crust.git",
13     "tag": "0.4"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "dependencies": {
20     "JSONValueRX": [
22     ]
23   },
24   "source_files": "Crust/**/*.swift",
25   "resource_bundles": {
26   },
27   "pushed_with_swift_version": "3.0"