[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 1 / 5 / 4 / MTDB / 0.2.0 / MTDB.podspec.json
blob798db2f74b97c9df11a4c59020b004896834a443
2   "name": "MTDB",
3   "version": "0.2.0",
4   "license": "MIT",
5   "summary": "Extension of FMDB",
6   "homepage": "https://github.com/aunm123/MTDB",
7   "authors": {
8     "Tim": "aunm123@yeah.net"
9   },
10   "source": {
11     "git": "https://github.com/aunm123/MTDB.git",
12     "tag": "0.2.0"
13   },
14   "source_files": "Class/**/*",
15   "public_header_files": "Class/**/*.h",
16   "requires_arc": true,
17   "dependencies": {
18     "FMDB": [
19       "~> 2.5"
20     ]
21   },
22   "platforms": {
23     "osx": null,
24     "ios": null,
25     "tvos": null,
26     "watchos": null
27   }