[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / 5 / 7 / 9 / FMDBMigrationManager / 1.2.2 / FMDBMigrationManager.podspec.json
blob99e59c85eb484cc71eb93b7c6159c40173c222da
2   "name": "FMDBMigrationManager",
3   "version": "1.2.2",
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.2.2"
13   },
14   "source_files": "Code",
15   "requires_arc": true,
16   "dependencies": {
17     "FMDB/common": [
18       "~> 2.3"
19     ]
20   },
21   "platforms": {
22     "ios": "7.0",
23     "osx": "10.9"
24   }