blob: b92809e58e415d5fd9666905f2f621000236b10f [file] [log] [blame]
{
"name": "SwiftRecord",
"version": "0.0.3",
"summary": "ActiveRecord for Swift",
"description": "\t\t\tActiveRecord style Core Data object management. Tremendously convenient and easy to use. Necessary for any and every Core Data project.\n\nWritten purely in Swift and based heavily on [ObjectiveRecord](https://github.com/supermarin/ObjectiveRecord)\n\nThis library also reads in your json dictionaries for you. Includes automatic camelCase changing ie `first_name` from server to `firstName` locally. You can customize the dictionary mapping to, read the mapping section. Relationship objects are also generated, but disabled by default. Set `SwiftRecord.generateRelationships` to true to enable this feature\n",
"homepage": "https://github.com/arkverse/SwiftRecord",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Zaid Daghestani": "zaid@arkverse.com"
},
"social_media_url": "http://twitter.com/arkverse",
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"source": {
"git": "https://github.com/arkverse/SwiftRecord.git",
"tag": "v0.0.3"
},
"source_files": [
"Classes",
"Classes/**/*.{swift}"
],
"requires_arc": true
}