[Add] TensorFlowLiteSwift 0.0.1-nightly.20250104
[CocoaPods.git] / Specs / 5 / 7 / 9 / FMDBMigrationManager / 1.0.0 / FMDBMigrationManager.podspec.json
blob4d9594714b6816569bd5907c87d42c67ee04e887
2   "name": "FMDBMigrationManager",
3   "version": "1.0.0",
4   "license": "Apache2",
5   "summary": "A SQLite database schema migration system for FMDB",
6   "homepage": "https://github.com/layerhq/FMDBMigrationManager",
7   "authors": {
8     "Blake Watters": "blakewatters@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/layerhq/FMDBMigrationManager.git",
12     "tag": "v1.0.0"
13   },
14   "source_files": "Code",
15   "requires_arc": true,
16   "libraries": "sqlite3",
17   "dependencies": {
18     "FMDB": [
19       "~> 2.2"
20     ]
21   },
22   "platforms": {
23     "ios": "7.0",
24     "osx": "10.9"
25   }