[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / b / e / 4 / SQLite-SwiftyJSON / 0.1.0 / SQLite-SwiftyJSON.podspec.json
blob1a92a59b7bc7b1831e59f66436f6eafac3ae0dab
2   "name": "SQLite-SwiftyJSON",
3   "version": "0.1.0",
4   "summary": "SQLite-SwiftyJSON is a SwiftyJSON Extension for SQLite.swift",
5   "description": "SQLite-SwiftyJSON is a SwiftyJSON Extension for SQLite.swift,add JSON Type Support for SQLite.swift",
6   "homepage": "https://github.com/banxi1988/SQLite-SwiftyJSON",
7   "license": "MIT",
8   "authors": {
9     "banxi1988": "banxi1988@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/banxi1988/SQLite-SwiftyJSON.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "dependencies": {
21     "SQLite.swift": [
22       "~> 0.9.2"
23     ],
24     "SwiftyJSON": [
25       "~> 2.3"
26     ]
27   }