[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 1 / d / 5 / SwiftRecord / 0.0.3 / SwiftRecord.podspec.json
blobb92809e58e415d5fd9666905f2f621000236b10f
2   "name": "SwiftRecord",
3   "version": "0.0.3",
4   "summary": "ActiveRecord for Swift",
5   "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",
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.3"
22   },
23   "source_files": [
24     "Classes",
25     "Classes/**/*.{swift}"
26   ],
27   "requires_arc": true