[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 5 / 1 / 6 / SQLiteMigrationManager.swift / 0.0.1 / SQLiteMigrationManager.swift.podspec.json
blob6ea35f1308e7f5eb1154c735dcb1d35e741bb072
2   "name": "SQLiteMigrationManager.swift",
3   "version": "0.0.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": "8.0"
17   },
18   "module_name": "SQLiteMigrationManager",
19   "source": {
20     "git": "https://github.com/garriguv/SQLiteMigrationManager.swift.git",
21     "tag": "0.0.1",
22     "submodules": true
23   },
24   "source_files": [
25     "SQLiteMigrationManager",
26     "SQLiteMigrationManager/**/*.{h,m}"
27   ],
28   "dependencies": {
29     "SQLite.swift": [
30       "~> 0.9.2"
31     ]
32   }