blob: 1c89ee856f8ac17f7a87f815e9e6313eebd17428 [file] [log] [blame]
{
"name": "TMLPersistentContainer",
"version": "1.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": "1.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": "3.0"
}