blob: 54158de1319e5ee55f94d8a78a5684db0ce7183d [file] [log] [blame]
{
"name": "Skopelos",
"version": "2.2.0",
"license": {
"type": "Apache 2.0",
"file": "LICENSE"
},
"summary": "Simply all you need for doing Core Data. Swift flavour.",
"description": "A minimalistic, thread safe, non-boilerplate and super easy to use version of Active Record on Core Data. Simply all you need for doing Core Data. Swift flavour.",
"homepage": "https://github.com/albertodebortoli/Skopelos",
"authors": {
"Alberto De Bortoli": "albertodebortoli.website@gmail.com"
},
"source": {
"git": "https://github.com/albertodebortoli/Skopelos.git",
"tag": "2.2.0"
},
"source_files": "Skopelos/src/**/*.{swift}",
"module_name": "Skopelos",
"platforms": {
"ios": "9.0",
"watchos": "3.0"
},
"requires_arc": true,
"frameworks": [
"Foundation",
"UIKit",
"CoreData"
],
"pushed_with_swift_version": "3.0"
}