[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 5 / 7 / 9 / FMDBMigrationManager / 1.3.2 / FMDBMigrationManager.podspec.json
blob05bcf5b88cf78765c17b93d598bead8a9206263d
2   "name": "FMDBMigrationManager",
3   "version": "1.3.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.3.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.8"
24   }