[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 7 / 4 / 0 / CozoSwiftBridge / 0.2.2 / CozoSwiftBridge.podspec.json
blobceecb7804836fae6a7d6fc33d72b5785e7716028
2   "name": "CozoSwiftBridge",
3   "version": "0.2.2",
4   "summary": "CozoDB for Swift",
5   "description": "This library allows you to use CozoDB embedded in your Swift application",
6   "homepage": "https://github.com/cozodb/cozo/",
7   "license": "MPL-2.0",
8   "authors": {
9     "Ziyang Hu": "hu.ziyang@cantab.net"
10   },
11   "source": {
12     "http": "https://github.com/cozodb/cozo/releases/download/v0.2.2/CozoSwiftBridge-0.2.2.tgz"
13   },
14   "source_files": "Sources/CozoSwiftBridge/*",
15   "vendored_frameworks": "RustXcframework.xcframework",
16   "requires_arc": true,
17   "swift_versions": "5.0",
18   "platforms": {
19     "osx": "10.9",
20     "ios": "9.0"
21   },
22   "dependencies": {
23     "SwiftyJSON": [
24       "~> 4.0"
25     ]
26   },
27   "swift_version": "5.0"