4 "summary": "ActiveRecord for Swift",
5 "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",
6 "homepage": "https://github.com/arkverse/SwiftRecord",
12 "Zaid Daghestani": "zaid@arkverse.com"
14 "social_media_url": "http://twitter.com/arkverse",
20 "git": "https://github.com/arkverse/SwiftRecord.git",
25 "Classes/**/*.{swift}"
28 "pushed_with_swift_version": "3.0"