[Add] BoostAI 1.1.28
[CocoaPods.git] / Specs / d / 8 / e / Sync / 1.12.0 / Sync.podspec.json
blob90c916dd54704f52d08b3e02d77adac6c9cd28b8
2   "name": "Sync",
3   "version": "1.12.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/hyperoslo/Sync",
7   "license": "MIT",
8   "authors": {
9     "Hyper AS": "iOS@hyper.no"
10   },
11   "source": {
12     "git": "https://github.com/hyperoslo/Sync.git",
13     "tag": "1.12.0"
14   },
15   "social_media_url": "https://twitter.com/hyperoslo",
16   "platforms": {
17     "ios": "8.0",
18     "osx": "10.9",
19     "watchos": "2.0",
20     "tvos": "9.0"
21   },
22   "requires_arc": true,
23   "source_files": "Source/**/*",
24   "frameworks": [
25     "Foundation",
26     "CoreData"
27   ],
28   "dependencies": {
29     "DATAFilter": [
30       "~> 0.11.1"
31     ],
32     "DATAStack": [
33       "~> 5.4.0"
34     ],
35     "NSDictionary-ANDYSafeValue": [
36       "~> 0.3.1"
37     ],
38     "NSEntityDescription-SYNCPrimaryKey": [
39       "~> 1.2.3"
40     ],
41     "NSManagedObject-HYPPropertyMapper": [
42       "~> 4.0.0"
43     ]
44   }