[Add] RXSDK_Pure 3.0.301
[CocoaPods.git] / Specs / c / 6 / 9 / JWSQLiteSwift / 0.1.1 / JWSQLiteSwift.podspec.json
blob9bb89e6ae7b3723b1ae7c1d0da6a3d019e731239
2   "name": "JWSQLiteSwift",
3   "version": "0.1.1",
4   "summary": "一个使用Swift语言实现的轻量级SQLite数据库访问库封装,基于FMDB。",
5   "description": "一个使用Swift语言实现的轻量级SQLite数据库访问库封装,基于FMDB。支持两种使用方式:1、通过使用词典数组访问数据库;2、通过自定义实体访问数据库。",
6   "homepage": "https://github.com/jiewei119/JWSQLiteSwift",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "jiewei119": "810337170@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/jiewei119/JWSQLiteSwift.git",
16     "tag": "0.1.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "JWSQLiteSwift/Classes/**/*",
22   "frameworks": "Foundation",
23   "dependencies": {
24     "FMDB": [
25       "~> 2.7.2"
26     ]
27   },
28   "pushed_with_swift_version": "4.0"