blob: c6f13e5b7ee2dc989f0eb086bca10502e74adaf6 [file] [log] [blame]
{
"name": "Crust",
"version": "0.2.1",
"summary": "Flexible Swift JSON object mapping with support for Realm, etc.",
"description": "A flexible Swift framework for converting classes and structs to and from JSON with support for storage solutions such as Realm.",
"homepage": "https://github.com/rexmas/Crust",
"license": "MIT",
"authors": {
"rexmas": "rex.fenley@gmail.com"
},
"source": {
"git": "https://github.com/rexmas/Crust.git",
"tag": "0.2.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"dependencies": {
"JSONValueRX": [
]
},
"source_files": "Crust/**/*.swift",
"resource_bundles": {
},
"pushed_with_swift_version": "3.0"
}