[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 6 / 4 / a / RealmCrust / 0.0.2 / RealmCrust.podspec.json
blobb6a9f9eaa24ef859d090ac0bce7f4e1ab2d5240f
2   "name": "RealmCrust",
3   "version": "0.0.2",
4   "summary": "Simple Crust Extension for Mapping Realm Objects From JSON",
5   "description": "Simple Crust Extension for Mapping Realm Objects From JSON. Use to easily map to/from JSON/Realm Objects.",
6   "homepage": "https://github.com/rexmas/RealmCrust",
7   "license": "MIT",
8   "authors": {
9     "rexmas": "rex.fenley@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/rexmas/RealmCrust.git",
13     "tag": "0.0.2"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "dependencies": {
20     "Crust": [
22     ],
23     "RealmSwift": [
25     ]
26   },
27   "source_files": "RealmCrust/**/*.swift",
28   "resource_bundles": {
29   }