blob: 676258ff804d2eb200f8b30d20fc13aca02b3c41 [file] [log] [blame]
{
"name": "AXTProgressiveMigrationManager",
"version": "1.0.0",
"summary": "Supports progressive migration for iOS Core Data with lightweight and heavyweight migration step mixed.",
"homepage": "https://github.com/alo7/AXTProgressiveMigrationManager",
"license": "BSD",
"authors": {
"fogisland": "zhukaihua1225@gmail.com"
},
"source": {
"git": "https://github.com/alo7/AXTProgressiveMigrationManager.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "AXTProgressiveMigrationManager/*",
"frameworks": [
"Foundation",
"CoreData"
]
}