[Add] EverlinkBroadcastSDK 3.1.1
[CocoaPods.git] / Specs / d / 8 / e / Sync / 1.6.5 / Sync.podspec.json
blob5de264724b2edb4b0522cc5f57ffa2d047baa26f
2   "name": "Sync",
3   "version": "1.6.5",
4   "summary": "Modern JSON synchronization to Core Data",
5   "description": "This is a category that eases your every day job of parsing an API and getting it into Core Data.\n\n* Handles operations in safe background threats.\n* Thread safe saving (if you're saving in the wrong thread, we'll tell you).\n* Diffing of changes, updated, inserted and deleted objects are automatically handled for you.",
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.6.5"
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.9.1"
31     ],
32     "DATAStack": [
33       "~> 4.3.0"
34     ],
35     "NSDictionary-ANDYSafeValue": [
36       "~> 0.3.1"
37     ],
38     "NSEntityDescription-SYNCPrimaryKey": [
39       "~> 0.1.2"
40     ],
41     "NSManagedObject-HYPPropertyMapper": [
42       "~> 3.6.0"
43     ]
44   }