You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
788 B
Plaintext

2 years ago
Pod::Spec.new do |spec|
spec.name = "CozoSwiftBridge"
spec.version = "0.6.0"
2 years ago
spec.summary = "CozoDB for Swift"
spec.description = "This library allows you to use CozoDB embedded in your Swift application"
spec.homepage = "https://github.com/cozodb/cozo/"
spec.license = "MPL-2.0"
spec.author = { "Ziyang Hu" => "hu.ziyang@cantab.net" }
2 years ago
spec.source = { :http => "https://github.com/cozodb/cozo/releases/download/v0.2.2/CozoSwiftBridge-0.2.2.tgz" }
2 years ago
spec.source_files = "Sources/CozoSwiftBridge/*"
spec.vendored_frameworks = "RustXcframework.xcframework"
spec.requires_arc = true
spec.swift_version = "5.0"
spec.osx.deployment_target = "10.9"
spec.ios.deployment_target = "9.0"
spec.dependency "SwiftyJSON", "~> 4.0"
end