[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 1 / c / a / MIADBMigration / 0.0.2 / MIADBMigration.podspec.json
blob84d85dff926e158fe1fc5cf0c83cf00a53db28f6
2   "name": "MIADBMigration",
3   "version": "0.0.2",
4   "summary": "use for db migration.",
5   "description": "*use for db migration\n*for fmdb",
6   "homepage": "https://github.com/tianjackyang/MIADBMigration",
7   "license": "MIT",
8   "authors": {
9     "tianjackyang": "919548782@qq.com"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "https://github.com/tianjackyang/MIADBMigration.git",
16     "tag": "0.0.2"
17   },
18   "source_files": [
19     "Pod",
20     "Pod/**/*.{h,m}"
21   ],
22   "resources": "Pod/Migrations.bundle",
23   "requires_arc": true,
24   "dependencies": {
25     "FMDBMigrationManager": [
26       "~> 1.4.1"
27     ]
28   }