[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 8 / 0 / 9 / JXSQLiteManager / 0.1.2 / JXSQLiteManager.podspec.json
blobdcc3703a3e9b266bafe099f2689b762bb6a1481c
2   "name": "JXSQLiteManager",
3   "version": "0.1.2",
4   "summary": "对 SQLite.swift 的模型封装",
5   "description": "对SQLite.swift的封装,使用swift的反射原理,Model直接存储.获取. 无需再转换,增删改查. 脱离sql语句,不需要添加相关的绑定操作,直接完成转换。",
6   "homepage": "https://github.com/jeromexiong/SQLiteManager",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Jerome Xiong": "jeromexxc@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/jeromexiong/SQLiteManager.git",
16     "tag": "0.1.2"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "swift_versions": "5.0",
22   "source_files": "SQLiteManager/Classes/**/*",
23   "dependencies": {
24     "SQLite.swift": [
25       "~> 0.12.2"
26     ]
27   },
28   "swift_version": "5.0"