[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 5 / 1 / 6 / SQLiteMigrationManager.swift / 0.8.1 / SQLiteMigrationManager.swift.podspec.json
blob17834d517ac855f9441a3529077e927576e15295
2   "name": "SQLiteMigrationManager.swift",
3   "version": "0.8.1",
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.garrigues@gmail.com"
13   },
14   "social_media_url": "http://twitter.com/garriguv",
15   "platforms": {
16     "ios": "9.0",
17     "osx": "10.15"
18   },
19   "default_subspecs": "standard",
20   "module_name": "SQLiteMigrationManager",
21   "source": {
22     "git": "https://github.com/garriguv/SQLiteMigrationManager.swift.git",
23     "tag": "0.8.1",
24     "submodules": true
25   },
26   "subspecs": [
27     {
28       "name": "standard",
29       "source_files": "Sources",
30       "dependencies": {
31         "SQLite.swift": [
32           "~> 0.13.0"
33         ]
34       }
35     },
36     {
37       "name": "SQLCipher",
38       "source_files": "Sources",
39       "dependencies": {
40         "SQLite.swift/SQLCipher": [
41           "~> 0.13.0"
42         ]
43       }
44     }
45   ]