blob: 1f1f3790b8ce64d1eac699733e6da92ab338aba6 [file] [log] [blame]
{
"name": "Kipu",
"version": "0.3",
"summary": "A cape, a sword and networking superpowers for your Core Data models",
"description": "This is a category that eases your every day job of parsing an API and getting it into CoreData.\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/nselvis/Kipu",
"license": "MIT",
"authors": {
"Elvis Nuñez": "elvisnunez@me.com"
},
"source": {
"git": "https://github.com/nselvis/Kipu.git",
"tag": "0.3"
},
"social_media_url": "https://twitter.com/nselvis",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Source/**/*",
"frameworks": [
"Foundation",
"CoreData"
],
"dependencies": {
"NSManagedObject-HYPPropertyMapper": [
],
"NSManagedObject-ANDYMapChanges": [
],
"ANDYDataManager": [
],
"NSDictionary-ANDYSafeValue": [
]
}
}