[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 2 / 3 / e / TMLPersistentContainer / 5.0.1 / TMLPersistentContainer.podspec.json
blobe021abcac60363281bc940a0224882778f922beb
2   "name": "TMLPersistentContainer",
3   "version": "5.0.1",
4   "authors": {
5     "John Fairhurst": "johnfairh@gmail.com"
6   },
7   "license": {
8     "type": "ISC",
9     "file": "LICENSE"
10   },
11   "homepage": "https://github.com/johnfairh/TMLPersistentContainer",
12   "source": {
13     "git": "https://github.com/johnfairh/TMLPersistentContainer.git",
14     "tag": "5.0.1"
15   },
16   "summary": "Automatic shortest-path multi-step Core Data migrations in Swift.",
17   "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.",
18   "documentation_url": "https://johnfairh.github.io/TMLPersistentContainer/",
19   "platforms": {
20     "ios": "10.0",
21     "osx": "10.12",
22     "watchos": "3.0",
23     "tvos": "10.0"
24   },
25   "source_files": "Sources/*swift",
26   "frameworks": [
27     "Foundation",
28     "CoreData"
29   ],
30   "swift_versions": "5.0",
31   "swift_version": "5.0"