[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / e / d / 3 / YWFMDB / 0.4.2 / YWFMDB.podspec.json
blobd9b528c2d6dc4594ae0c74bb9e519c27ed63c5c4
2   "name": "YWFMDB",
3   "version": "0.4.2",
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.2"
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": [
35         ],
36         "SQLCipher": [
38         ]
39       },
40       "source_files": "YWFMDB/*",
41       "xcconfig": {
42         "OTHER_CFLAGS": "$(inherited) -DSQLITE_HAS_CODEC -DHAVE_USLEEP=1",
43         "HEADER_SEARCH_PATHS": "SQLCipher"
44       }
45     }
46   ]