blob: 9430724ea48e86ad0e4e711c66683a709cdbf440 [file] [log] [blame]
{
"name": "BNRCoreDataStackConvenienceUpdates",
"version": "0.1.0",
"summary": "BNRCoreDataStack ConvenienceUpdates Add On",
"description": "BNRCoreDataStackConvenienceUpdates is an Add On to the BNRCoreDataStack library. \nIt adds several methods to the CoreDataModelable protocol that makes creating new \nand updating existing managed objects easier.",
"homepage": "https://github.com/darrarski/BNRCoreDataStackConvenienceUpdates",
"license": "MIT",
"authors": {
"Dariusz Rybicki": "darrarski@gmail.com"
},
"source": {
"git": "https://github.com/darrarski/BNRCoreDataStackConvenienceUpdates.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/darrarski",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/**/*",
"dependencies": {
"BNRCoreDataStack": [
"~> 1.2"
]
}
}