[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 8 / b / 7 / Crust / 0.10.0 / Crust.podspec.json
blob9bee252b66689c9a612eba9afeb70c81008263cb
2   "name": "Crust",
3   "version": "0.10.0",
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.10.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "dependencies": {
20     "JSONValueRX": [
21       "~> 4.2.0"
22     ]
23   },
24   "source_files": "Crust/**/*.swift",
25   "resource_bundles": {
26   }