[Add] BoostAI 1.1.28
[CocoaPods.git] / Specs / d / 8 / e / Sync / 1.0.4 / Sync.podspec.json
blob8992c488d2c5df3ea5d9dfd0304d26886c9a9398
2   "name": "Sync",
3   "version": "1.0.4",
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": "1.0.4"
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     "DATAFilter": [
27       "~> 0.8.1"
28     ],
29     "DATAStack": [
30       "~> 3.0.4"
31     ],
32     "NSDictionary-ANDYSafeValue": [
33       "~> 0.3"
34     ],
35     "NSEntityDescription-SYNCPrimaryKey": [
36       "~> 0.1.0"
37     ],
38     "NSManagedObject-HYPPropertyMapper": [
39       "~> 3.0.4"
40     ]
41   }