[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / 3 / b / 5 / SwiftSQLite / 0.9.3 / SwiftSQLite.podspec.json
blob00b7500e7855cc4b870e58646dea0b0c8c545b11
2   "name": "SwiftSQLite",
3   "version": "0.9.3",
4   "authors": "Werner Freytag",
5   "homepage": "https://github.com/werner-freytag/SwiftSQLite",
6   "documentation_url": "https://github.com/werner-freytag/SwiftSQLite",
7   "summary": "A lightweight Swift wrapper for SQLite.",
8   "description": "A lightweight Swift wrapper for SQLite. Makes use of Swift generics and errors. Can fetch data lazy or at once, depending on what you prefer.",
9   "source": {
10     "git": "https://github.com/werner-freytag/SwiftSQLite.git",
11     "tag": "0.9.3"
12   },
13   "license": "MIT",
14   "swift_versions": [
15     "5.0"
16   ],
17   "source_files": "Sources/**/*",
18   "platforms": {
19     "ios": "9.0",
20     "osx": "10.10"
21   },
22   "swift_version": "5.0"