[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 6 / 4 / a / RealmCrust / 0.0.1 / RealmCrust.podspec.json
blob9048f4e83a0d6415e507dc9a967e14d0ecf8d8e9
2   "name": "RealmCrust",
3   "version": "0.0.1",
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.1"
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   }