[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 9 / f / 4 / FMDBUpgrade / 1.1.2 / FMDBUpgrade.podspec.json
blob7983bf77ffea603f1db07f0b6803050bc8f2ecff
2   "name": "FMDBUpgrade",
3   "version": "1.1.2",
4   "summary": "Upgrade database extension class based on FMDB.",
5   "homepage": "https://github.com/yangyongzheng/FMDBUpgrade",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "yangyongzheng": "yyzmvip@qq.com"
12   },
13   "source": {
14     "git": "https://github.com/yangyongzheng/FMDBUpgrade.git",
15     "tag": "1.1.2"
16   },
17   "platforms": {
18     "ios": "9.0"
19   },
20   "requires_arc": true,
21   "source_files": "Source/**/*.{h,m}",
22   "public_header_files": "Source/Public/*.h",
23   "dependencies": {
24     "FMDB": [
26     ]
27   }