Skip to content

Commit

Permalink
feat: add podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
metalurgical committed Nov 25, 2024
1 parent e614b9c commit 8c121f7
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions mpc-core-kit-swift.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
Pod::Spec.new do |spec|
spec.name = "mpc-core-kit-swift"
spec.version = "1.0.0"
spec.platform = :ios, "14.0"
spec.summary = "Core Kit SDK"
spec.homepage = "https://web3auth.io/"
spec.license = { :type => 'BSD', :file => 'License.md' }
spec.swift_version = "5.9"
spec.author = { "Torus Labs" => "hello@tor.us" }
spec.module_name = "tkey"
spec.source = { :git => "https://github.com/Web3Auth/mpc-core-kit", :tag => spec.version }
spec.dependency 'tkey-mpc-swift', '~> 4.0.0'
spec.dependency 'tss-client-swift', '~> 5.0.1'
spec.dependency 'CustomAuth', '~> 11.0.1'
end

0 comments on commit 8c121f7

Please sign in to comment.