blob: 820e7703dd76f450f4a063a3abd1fc5d35dbd23f [file] [log] [blame]
{
"name": "SRCoreDataStack",
"version": "0.1.0",
"summary": "Light-weight Core Data stack that saves your network objects in background thread using nested contexts",
"description": "Saves wire objects in background context\nCustom object serialization, and object relationships through blocks",
"homepage": "https://github.com/rsardek/SRCoreDataStack",
"license": "MIT",
"authors": {
"Sardorbek Ruzmatov": "sardor.mr@gmail.com"
},
"source": {
"git": "https://github.com/rsardek/SRCoreDataStack.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"SRCoreDataStack": [
"Pod/Assets/*.png"
]
}
}