[Add] RXSDK_Pure 3.0.301
[CocoaPods.git] / Specs / 8 / b / 9 / YUDB / 1.0.0 / YUDB.podspec.json
blob4a038b83cfdd31cea0ca789963574cbd2edcdb70
2   "name": "YUDB",
3   "version": "1.0.0",
4   "summary": "对象数据库操作",
5   "description": "对fmdatabase的封装,一句话即可实现对数据库的增删改查,使用非常方便",
6   "homepage": "https://github.com/zouyb",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "zouyb": ""
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/zouyb/YUDB.git",
19     "tag": "1.0.0"
20   },
21   "source_files": "YUDB/DB/**/*",
22   "public_header_files": "YUDB/DB/**/*.h",
23   "requires_arc": true,
24   "dependencies": {
25     "FMDB": [
27     ]
28   }