blob: 2a1fceb7115c6a8950ff855886d39f600cf63264 [file] [log] [blame]
{
"name": "PBDCoreDataMigrationAssistant",
"version": "1.0.4",
"summary": "Helpers classes to ease core data migration.",
"homepage": "https://github.com/paweldudek/PBDCoreDataMigrationAssistant",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Paweł Dudek": "hello@dudek.mobi"
},
"source": {
"git": "https://github.com/paweldudek/PBDCoreDataMigrationAssistant.git",
"tag": "1.0.4"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "PBDCoreDataMigrationAssistant/Classes/Lib/**/*.{h,m}",
"frameworks": "CoreData"
}