blob: 6d35499f722a0c83bc9feb2d00c057130059da8d [file] [log] [blame]
{
"name": "Sync",
"version": "0.5.1",
"summary": "JSON synchronization to Core Data, The Right Way™",
"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",
"homepage": "https://github.com/hyperoslo/Sync",
"license": "MIT",
"authors": {
"Hyper AS": "iOS@hyper.no"
},
"source": {
"git": "https://github.com/hyperoslo/Sync.git",
"tag": "0.5.1"
},
"social_media_url": "https://twitter.com/hyperoslo",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Source/**/*",
"frameworks": [
"Foundation",
"CoreData"
],
"dependencies": {
"NSManagedObject-HYPPropertyMapper": [
],
"NSManagedObject-ANDYMapChanges": [
],
"DATAStack": [
],
"NSDictionary-ANDYSafeValue": [
]
}
}