[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / 8 / e / Sync / 1.1.0 / Sync.podspec.json
blob5009eb2fa6919225fc2bc2832a3150db08bb95b7
2   "name": "Sync",
3   "version": "1.1.0",
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.1.0"
14   },
15   "social_media_url": "https://twitter.com/hyperoslo",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "source_files": "Source/**/*",
21   "frameworks": [
22     "Foundation",
23     "CoreData"
24   ],
25   "dependencies": {
26     "DATAFilter": [
27       "~> 0.8.4"
28     ],
29     "DATAStack": [
30       "~> 3.1.2"
31     ],
32     "NSDictionary-ANDYSafeValue": [
33       "~> 0.3"
34     ],
35     "NSEntityDescription-SYNCPrimaryKey": [
36       "~> 0.1.0"
37     ],
38     "NSManagedObject-HYPPropertyMapper": [
39       "~> 3.3.2"
40     ]
41   }