[Add] CookieOvenWebtoon 3.2.4
[CocoaPods.git] / Specs / 4 / e / d / SQLiteObject_Swift / 0.1.0 / SQLiteObject_Swift.podspec.json
blobf59e067a8c1e7bdb5d3327464151c13e77c834a3
2   "name": "SQLiteObject_Swift",
3   "version": "0.1.0",
4   "summary": "SQLite简易封装库",
5   "description": "简单的封装操作数据库,用对象模式来操作数据表的操作,包括查询、保存、删除",
6   "homepage": "https://github.com/wilson7156/SQLiteObject_Swift.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "wilson": "wsn7156@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/wilson7156/SQLiteObject_Swift.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "SQLiteObject/Classes/*",
22   "swift_version": "4.0",
23   "dependencies": {
24     "SQLite.swift": [
25       "~> 0.11.4"
26     ]
27   }