blob: 9d21382a2f7503576f6bb1942c7e6f43fcf434a8 [file] [log] [blame]
{
"name": "Sync",
"version": "1.5.1",
"summary": "Modern JSON synchronization to Core Data",
"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.",
"homepage": "https://github.com/hyperoslo/Sync",
"license": "MIT",
"authors": {
"Hyper AS": "iOS@hyper.no"
},
"source": {
"git": "https://github.com/hyperoslo/Sync.git",
"tag": "1.5.1"
},
"social_media_url": "https://twitter.com/hyperoslo",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"requires_arc": true,
"source_files": "Source/**/*",
"frameworks": [
"Foundation",
"CoreData"
],
"dependencies": {
"DATAFilter": [
"~> 0.9.1"
],
"DATAStack": [
"~> 4.1.0"
],
"NSDictionary-ANDYSafeValue": [
"~> 0.3.1"
],
"NSEntityDescription-SYNCPrimaryKey": [
"~> 0.1.2"
],
"NSManagedObject-HYPPropertyMapper": [
"~> 3.4.2"
]
}
}