blob: 848e2b4f2a8a5ea34370de9f0aa3fd61ca4c3c09 [file] [log] [blame]
{
"name": "Skopelos",
"version": "2.4.0",
"license": {
"type": "MIT",
"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.4.0"
},
"social_media_url": "https://twitter.com/albertodebo",
"module_name": "Skopelos",
"platforms": {
"ios": "10.0",
"watchos": "4.0"
},
"swift_version": "5.0",
"source_files": "Skopelos/Classes/**/*",
"resources": "Skopelos/Classes/**/*",
"frameworks": [
"Foundation",
"UIKit",
"CoreData"
]
}