[Add] AlibabacloudCloudAPI20160714 4.5.1
[CocoaPods.git] / Specs / 5 / 1 / 6 / SQLiteMigrationManager.swift / 0.3.0 / SQLiteMigrationManager.swift.podspec.json
blob206a6a0b4d7a4bf547591fdf1a9e3cac08ed6fbc
2   "name": "SQLiteMigrationManager.swift",
3   "version": "0.3.0",
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   },
18   "module_name": "SQLiteMigrationManager",
19   "source": {
20     "git": "https://github.com/garriguv/SQLiteMigrationManager.swift.git",
21     "tag": "0.3.0",
22     "submodules": true
23   },
24   "source_files": [
25     "SQLiteMigrationManager",
26     "SQLiteMigrationManager/**/*.{h,m}"
27   ],
28   "dependencies": {
29     "SQLite.swift": [
30       "~> 0.11.0"
31     ]
32   },
33   "pushed_with_swift_version": "4.0"