[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / 6 / 2 / 5 / YOFMDBExecutor / 0.1.0 / YOFMDBExecutor.podspec.json
blob7ff884b76cab3f97df732f89ba19388d0ed89064
2   "name": "YOFMDBExecutor",
3   "version": "0.1.0",
4   "summary": "Deadly Simple FMDB Executor.",
5   "description": "                       Deadly Simple FMDB Executor.\n                       No clutter open & close methods.\n",
6   "homepage": "https://github.com/yuchan/YOFMDBExecutor",
7   "license": "MIT",
8   "authors": {
9     "yuchan": "yusuke@junkpiano.me"
10   },
11   "source": {
12     "git": "https://github.com/yuchan/YOFMDBExecutor.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes",
20   "resource_bundles": {
21     "YOFMDBExecutor": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "dependencies": {
26     "FMDB": [
27       "~> 2.4"
28     ]
29   }