[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 0 / e / 1 / BGFMDB / 1.48 / BGFMDB.podspec.json
blobb1c2751501487f955be2471de6194ab7548cea80
2   "name": "BGFMDB",
3   "version": "1.48",
4   "summary": "完美支持iOS大部分类型数据的存储,同时带有 字典转模型 功能模块.",
5   "description": "完美支持iOS大部分类型数据的存储,同时带有 字典转模型 功能模块.",
6   "homepage": "https://github.com/huangzhibiao/BGFMDB",
7   "license": "MIT",
8   "authors": {
9     "huangzhibiao": "450426721@qq.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/huangzhibiao/BGFMDB.git",
16     "tag": "1.48",
17     "submodules": true
18   },
19   "libraries": "sqlite3",
20   "requires_arc": true,
21   "xcconfig": {
22     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/lib/libsqlite3.dylib"
23   },
24   "subspecs": [
25     {
26       "name": "FMDB",
27       "source_files": "BGFMDB/libs/FMDB/*.{h,m}"
28     },
29     {
30       "name": "BG",
31       "public_header_files": "BGFMDB/libs/BG/BGFMDBConfig.h",
32       "source_files": "BGFMDB/libs/BG/*.{h,m}",
33       "dependencies": {
34         "BGFMDB/FMDB": [
36         ]
37       }
38     }
39   ]