[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / d / 8 / e / Sync / 2.6.1 / Sync.podspec.json
blob52ac51343d4cf54df481e11d61a44f5427651bc3
2   "name": "Sync",
3   "version": "2.6.1",
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/SyncDB/Sync",
7   "license": "MIT",
8   "authors": {
9     "SyncDB": "syncdb.contact@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/SyncDB/Sync.git",
13     "tag": "2.6.1"
14   },
15   "social_media_url": "https://twitter.com/Sync_DB",
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     "DATAStack": [
30       "~> 6.1.2"
31     ],
32     "SYNCPropertyMapper": [
33       "~> 5.2.0"
34     ]
35   },
36   "pushed_with_swift_version": "3.0"