| { |
| "name": "Reloaded", |
| "version": "1.0.0", |
| "summary": "Reloaded! Swift \"ORM like\" abstraction layer for CoreData", |
| "swift_version": "4.0", |
| "description": "Using Reloaded is super simple, in the basic configuration you don't have to write a single line of setup you would probably otherwise have in your AppDelegate but you can obviously still leverage your apps delegate methods as you would otherwise.", |
| "homepage": "https://github.com/LiveUI/Reloaded", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "rafiki270": "dev@liveui.io" |
| }, |
| "source": { |
| "git": "https://github.com/LiveUI/Reloaded.git", |
| "tag": "1.0.0" |
| }, |
| "platforms": { |
| "ios": "10.0", |
| "tvos": "10.0", |
| "osx": "10.12", |
| "watchos": "4.3" |
| }, |
| "source_files": "Classes/**/*" |
| } |