[Add] AgoraRtcEngine_iOS_Preview 4.3.2.11-build.2
[CocoaPods.git] / Specs / 3 / b / 5 / SwiftSQLite / 0.9.2 / SwiftSQLite.podspec.json
blob1f2dee54cadc9b65bb556c2a541f8221118ddc29
2   "name": "SwiftSQLite",
3   "version": "0.9.2",
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.2"
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"