blob: cd1c94a264f48f9cb25d4a40d117e82bf097d16a [file] [log] [blame]
{
"name": "BNRCoreDataStackConvenienceSaves",
"version": "0.1.0",
"summary": "BNRCoreDataStack ConvenienceSaves Add On",
"description": "BNRCoreDataStackConvenienceSaves is an Add On to the BNRCoreDataStack library. \nIt adds several methods to the CoreDataModelable protocol that makes saving \ncontext easier.",
"homepage": "https://github.com/darrarski/BNRCoreDataStackConvenienceSaves",
"license": "MIT",
"authors": {
"Dariusz Rybicki": "darrarski@gmail.com"
},
"source": {
"git": "https://github.com/darrarski/BNRCoreDataStackConvenienceSaves.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/darrarski",
"platforms": {
"ios": "8.0"
},
"source_files": "BNRCoreDataStackConvenienceSaves/**/*",
"dependencies": {
"BNRCoreDataStack": [
"~> 1.2"
]
}
}