[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / 5 / 7 / 9 / FMDBMigrationManager / 1.3.1 / FMDBMigrationManager.podspec.json
blob2aa06691607db674548b1fcb0065f8f7bab90f95
2   "name": "FMDBMigrationManager",
3   "version": "1.3.1",
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.3.1"
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.8"
24   }