| { |
| "name": "Skopelos", |
| "version": "2.0.1", |
| "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.0.1" |
| }, |
| "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" |
| } |