[Add] MiaoAnyThinkKuaiShouAdapter 1.0.0
[CocoaPods.git] / Specs / 1 / 7 / b / SQLiteSwiftyJSON / 1.0.0 / SQLiteSwiftyJSON.podspec.json
blobb36842d15d5d2eebdb880dbf0bc7fbf4f98a6259
2   "name": "SQLiteSwiftyJSON",
3   "version": "1.0.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": "1.0.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.11.0"
23     ],
24     "SwiftyJSON": [
25       "~> 3.1.1"
26     ]
27   }