blob: e021abcac60363281bc940a0224882778f922beb [file] [log] [blame]
{
"name": "TMLPersistentContainer",
"version": "5.0.1",
"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": "5.0.1"
},
"summary": "Automatic shortest-path multi-step Core Data migrations in Swift.",
"description": "A set of Swift extensions to Core Data's\nNSPersistentContainer and NSPersistentCloudKitContainer\nthat automatically detect and perform 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"
],
"swift_versions": "5.0",
"swift_version": "5.0"
}