blob: 8f1b8eaf3f1c68cbca16f8aa68d93905b98a51f8 [file] [log] [blame]
{
"name": "Crust",
"version": "0.9.2",
"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.9.2"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"dependencies": {
"JSONValueRX": [
"~> 4.0.2"
]
},
"source_files": "Crust/**/*.swift",
"resource_bundles": {
}
}