[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / e / d / 3 / YWFMDB / 0.4.9 / YWFMDB.podspec.json
blob28e9f4cd571a698985b5c9d6397e5cd80f6a0397
2   "name": "YWFMDB",
3   "version": "0.4.9",
4   "summary": "基于FMDB上的二次封装,直接对model进行操作",
5   "homepage": "https://github.com/flyOfYW/YWFMDB",
6   "license": "MIT",
7   "authors": {
8     "flyOfYW": "1498627884@qq.com"
9   },
10   "platforms": {
11     "ios": "6.0"
12   },
13   "source": {
14     "git": "https://github.com/flyOfYW/YWFMDB.git",
15     "tag": "0.4.9"
16   },
17   "requires_arc": true,
18   "source_files": "YWFMDB/*",
19   "default_subspecs": "standard",
20   "subspecs": [
21     {
22       "name": "standard",
23       "dependencies": {
24         "FMDB": [
26         ]
27       },
28       "source_files": "YWFMDB/*"
29     },
30     {
31       "name": "SQLCipher",
32       "dependencies": {
33         "FMDB/SQLCipher": [
35         ]
36       },
37       "source_files": "YWFMDB/*"
38     }
39   ]