[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / b / e / rocksdb.swift / 6.4.15 / rocksdb.swift.podspec.json
blobc4ff25ef413a55ddab1e69a5a8f1a7730b460849
2   "name": "rocksdb.swift",
3   "version": "6.4.15",
4   "summary": "rocksdb Wrapper for Swift. Cocoapods and SPM support. Linux support.",
5   "description": "This pod wraps the awesome rocksdb key-value database from facebook to awesome Swifty Syntax.\nWorks on iOS, macOS, tvOS, watchOS and Linux. Major and Minor Version numbers are kept in sync with\nthe upstream rocksdb library. Patch version varies.",
6   "homepage": "https://github.com/Ybrin/rocksdb.swift",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Koray Koska": "koray@koska.at"
13   },
14   "source": {
15     "git": "https://github.com/Ybrin/rocksdb.swift.git",
16     "tag": "v6.4.15"
17   },
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.10",
21     "tvos": "9.0",
22     "watchos": "2.0"
23   },
24   "dependencies": {
25     "librocksdb": [
26       "~> 6.4.14"
27     ]
28   },
29   "swift_versions": [
30     "5.1.3",
31     "5.1.2",
32     "5.0",
33     "5.1"
34   ],
35   "module_name": "RocksDB",
36   "source_files": "Sources/RocksDB/**/*.swift",
37   "swift_version": "5.1.3"