Update podspec and package.swift references

This commit is contained in:
Daniel Haight 2022-03-01 21:18:37 +00:00
parent 86d1257ab5
commit 9afb87bdff
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ let package = Package(
dependencies: [
.package(url: "https://github.com/grpc/grpc-swift.git", from: "1.0.0"),
.package(url: "https://github.com/stephencelis/SQLite.swift.git", from: "0.13.0"),
.package(url: "https://github.com/dh-ecc/libzcashlc.git", branch: "main"),
.package(url: "https://github.com/zcash-hackworks/zcash-light-client-ffi.git", branch: "main"),
],
targets: [
.target(

View File

@ -13,7 +13,7 @@ Pod::Spec.new do |s|
'Francisco Gindre' => 'francisco.gindre@gmail.com',
'Jack Grigg' => 'str4d@electriccoin.co'
}
s.source = { :git => 'https://github.com/dh-ecc/ZcashLightClientKit.git', :tag => s.version.to_s }
s.source = { :git => 'https://github.com/zcash/ZcashLightClientKit.git', :tag => s.version.to_s }
s.source_files = 'Sources/ZcashLightClientKit/**/*.{swift,h}'
s.swift_version = '5.4'