blob: 4255d9fe5cd3e2ef8afc62e8c8970c6f6606d890 [file] [log] [blame]
{
"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/**/*"
}