| { |
| "name": "Skopelos", |
| "version": "2.4.1", |
| "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.1" |
| }, |
| "social_media_url": "https://twitter.com/albertodebo", |
| "module_name": "Skopelos", |
| "platforms": { |
| "ios": "10.0" |
| }, |
| "swift_version": "5.0", |
| "source_files": "Skopelos/Classes/**/*", |
| "frameworks": [ |
| "Foundation", |
| "UIKit", |
| "CoreData" |
| ] |
| } |