[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / 1 / 7 / b / SQLiteSwiftyJSON / 2.0.0 / SQLiteSwiftyJSON.podspec.json
blob4cac7e105e23293781a2f2584da30ccd4a2ffc84
2   "name": "SQLiteSwiftyJSON",
3   "version": "2.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": "2.0.0"
14   },
15   "platforms": {
16     "ios": "9.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "dependencies": {
21     "SQLite.swift": [
22       "~> 0.11.3"
23     ],
24     "SwiftyJSON": [
25       "~> 3.1.4"
26     ]
27   },
28   "pushed_with_swift_version": "3.0"