[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 1 / d / 5 / SwiftRecord / 0.0.6 / SwiftRecord.podspec.json
blobb5a071532bdba044abb24126c6391efe7004842c
2   "name": "SwiftRecord",
3   "version": "0.0.6",
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",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Zaid Daghestani": "zaid@arkverse.com"
13   },
14   "social_media_url": "http://twitter.com/arkverse",
15   "platforms": {
16     "ios": "8.0",
17     "osx": "10.9"
18   },
19   "source": {
20     "git": "https://github.com/arkverse/SwiftRecord.git",
21     "tag": "v0.0.6"
22   },
23   "source_files": [
24     "Classes",
25     "Classes/**/*.{swift}"
26   ],
27   "requires_arc": true,
28   "pushed_with_swift_version": "3.0"