[Add] BoostAI 1.1.28
[CocoaPods.git] / Specs / d / 8 / e / Sync / 5.1.0 / Sync.podspec.json
blob4ce399078cad00e64fbe1f64abc43bb9f0309055
2   "name": "Sync",
3   "version": "5.1.0",
4   "summary": "Modern Swift JSON synchronization to Core Data",
5   "description": "**Sync** eases your everyday job of parsing a `JSON` response and getting it into Core Data. It uses a convention-over-configuration paradigm to facilitate your workflow.\n\n* Automatic mapping of CamelCase or snake_case JSON into Core Data\n* Handles operations in safe background threads\n* Thread-safe saving, we handle retrieving and storing objects in the right threads\n* Diffing of changes, updated, inserted and deleted objects (which are automatically purged for you)\n* Auto-mapping of relationships (one-to-one, one-to-many and many-to-many)\n* Smart-updates, only updates your `NSManagedObject`s if the server values are different (useful when using `NSFetchedResultsController` delegates)\n* Uniquing, Core Data does this based on `objectID`s, we use your primary key (such as `id`) for this",
6   "homepage": "https://github.com/3lvis/Sync",
7   "license": "MIT",
8   "authors": {
9     "Elvis Nuñez": "elvisnunez@me.com"
10   },
11   "source": {
12     "git": "https://github.com/3lvis/Sync.git",
13     "tag": "5.1.0"
14   },
15   "social_media_url": "https://twitter.com/3lvis",
16   "platforms": {
17     "ios": "8.0",
18     "osx": "10.10",
19     "watchos": "2.0",
20     "tvos": "9.0"
21   },
22   "requires_arc": true,
23   "source_files": "Source/**/*",
24   "swift_version": "4.2",
25   "frameworks": [
26     "Foundation",
27     "CoreData"
28   ]