blob: b5a071532bdba044abb24126c6391efe7004842c [file] [log] [blame]
{
"name": "SwiftRecord",
"version": "0.0.6",
"summary": "ActiveRecord for Swift",
"description": "ActiveRecord 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",
"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.6"
},
"source_files": [
"Classes",
"Classes/**/*.{swift}"
],
"requires_arc": true,
"pushed_with_swift_version": "3.0"
}