[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 5 / 1 / 6 / SQLiteMigrationManager.swift / 0.8.3 / SQLiteMigrationManager.swift.podspec.json
blobe4d360714dceeac20f325124a3902ba12c5ab216
2   "name": "SQLiteMigrationManager.swift",
3   "version": "0.8.3",
4   "summary": "Migration manager for SQLite.swift",
5   "description": "Migration manager for SQLite.swift, based on FMDBMigrationManager.",
6   "homepage": "https://github.com/garriguv/SQLiteMigrationManager.swift",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Vincent Garrigues": "vincent@garriguv.io"
13   },
14   "social_media_url": "https://hachyderm.io/@garriguv",
15   "platforms": {
16     "ios": "12.0",
17     "osx": "10.15"
18   },
19   "default_subspecs": "standard",
20   "swift_versions": "5.0",
21   "module_name": "SQLiteMigrationManager",
22   "source": {
23     "git": "https://github.com/garriguv/SQLiteMigrationManager.swift.git",
24     "tag": "0.8.3",
25     "submodules": true
26   },
27   "subspecs": [
28     {
29       "name": "standard",
30       "source_files": "Sources",
31       "dependencies": {
32         "SQLite.swift": [
33           "~> 0.15.3"
34         ]
35       }
36     },
37     {
38       "name": "SQLCipher",
39       "source_files": "Sources",
40       "dependencies": {
41         "SQLite.swift/SQLCipher": [
42           "~> 0.15.3"
43         ]
44       }
45     }
46   ],
47   "swift_version": "5.0"