[Add] BoostAI 1.1.28
[CocoaPods.git] / Specs / d / 8 / e / Sync / 0.5 / Sync.podspec.json
bloba12dc7535062b850ef65efa4094f825e3c2199cf
2   "name": "Sync",
3   "version": "0.5",
4   "summary": "JSON synchronization to Core Data, The Right Way™",
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.\n",
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": "0.5"
14   },
15   "social_media_url": "https://twitter.com/hyperoslo",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "source_files": "Source/**/*",
21   "frameworks": [
22     "Foundation",
23     "CoreData"
24   ],
25   "dependencies": {
26     "NSManagedObject-HYPPropertyMapper": [
28     ],
29     "NSManagedObject-ANDYMapChanges": [
31     ],
32     "DATAStack": [
34     ],
35     "NSDictionary-ANDYSafeValue": [
37     ]
38   }