blob: 3550a269348bea47d5ff33fdb14f024ce2c7b591 [file] [log] [blame]
{
"name": "TMLPersistentContainer",
"version": "2.0.0",
"authors": {
"John Fairhurst": "johnfairh@gmail.com"
},
"license": {
"type": "ISC",
"file": "LICENSE"
},
"homepage": "https://github.com/johnfairh/TMLPersistentContainer",
"source": {
"git": "https://github.com/johnfairh/TMLPersistentContainer.git",
"tag": "2.0.0"
},
"summary": "Automatic shortest-path multi-step Core Data migrations in Swift.",
"description": "A Swift extension to Core Data's NSPersistentContainer\nthat automatically detects and performs multi-step store\nmigration using the shortested valid sequence. Supports\nlight-weight and heavy-weight migrations, multiple stores,\nprogress reporting and configurable logging.",
"documentation_url": "https://johnfairh.github.io/TMLPersistentContainer/",
"platforms": {
"ios": "10.0",
"osx": "10.12",
"watchos": "3.0",
"tvos": "10.0"
},
"source_files": "Sources/*swift",
"frameworks": [
"Foundation",
"CoreData"
],
"pushed_with_swift_version": "4.0"
}