[Add] iOS_wis 3.1.20
[CocoaPods.git] / Specs / 5 / 7 / 9 / FMDBMigrationManager / 1.3.3 / FMDBMigrationManager.podspec.json
bloba722a4fd8034c42597ab63f0b866ef5fa6d8bb79
2   "name": "FMDBMigrationManager",
3   "version": "1.3.3",
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.3"
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   }