[Delete] FluentAdFlowAdsWidget 2.0.0
[CocoaPods.git] / Specs / 3 / 9 / c / LBaseDB / 0.0.1 / LBaseDB.podspec.json
blobf052709eb2db509f8919f3418cd158d8da18c06d
2   "name": "LBaseDB",
3   "version": "0.0.1",
4   "summary": "线程安全的FMDB封装类",
5   "description": "线程安全的FMDB封装类",
6   "homepage": "https://github.com/weskhen/LBaseDB.git",
7   "license": "Code is MIT, then custom font licenses",
8   "authors": {
9     "wujian": "wujian516411567@163.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/weskhen/LBaseDB.git",
16     "tag": "0.0.1"
17   },
18   "source_files": "Public/LBaseDB/*.{h,m}",
19   "frameworks": [
20     "UIKit",
21     "Foundation",
22     "QuartzCore"
23   ],
24   "requires_arc": true,
25   "dependencies": {
26     "YYModel": [
28     ],
29     "FMDB": [
31     ]
32   }