swift config changes

main
Ziyang Hu 1 year ago
parent b70aa210c2
commit ca96902bd3

@ -6,12 +6,12 @@ Pod::Spec.new do |spec|
spec.homepage = "https://github.com/cozodb/cozo/"
spec.license = "MPL-2.0"
spec.author = { "Ziyang Hu" => "hu.ziyang@cantab.net" }
spec.source = { :http => "https://github.com/cozodb/cozo/releases/download/v0.2.2/CozoSwiftBridge-0.2.2.tgz" }
spec.source = { :http => "https://github.com/cozodb/cozo/releases/download/v0.6.0/CozoSwiftBridge-0.6.0.tgz" }
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.osx.deployment_target = "10.13"
spec.ios.deployment_target = "11.0"
spec.dependency "SwiftyJSON", "~> 4.0"
end

@ -7,4 +7,4 @@
# You can obtain one at https://mozilla.org/MPL/2.0/.
#
pod trunk push CozoSwiftBridge.podspec --allow-warnings
pod trunk push CozoSwiftBridge.podspec --allow-warnings --verbose
Loading…
Cancel
Save