[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / 3 / b / 5 / SwiftSQLite / 0.9.1 / SwiftSQLite.podspec.json
blob651398e7c59f6405f978630b1e35e37e9155b1cb
2   "name": "SwiftSQLite",
3   "version": "0.9.1",
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.1"
12   },
13   "license": "MIT",
14   "swift_versions": [
15     "5.0",
16     "5.0"
17   ],
18   "source_files": "Sources/**/*",
19   "platforms": {
20     "ios": "9.0",
21     "osx": "10.10"
22   },
23   "swift_version": "5.0"