-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathWalletAddressValidatorKit.podspec
More file actions
14 lines (14 loc) · 733 Bytes
/
Copy pathWalletAddressValidatorKit.podspec
File metadata and controls
14 lines (14 loc) · 733 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Pod::Spec.new do |s|
s.name = "WalletAddressValidatorKit"
s.version = "0.2.1"
s.summary = "Offline blockchain wallet address validation for Bitcoin, Ethereum, Solana, Dogecoin, Litecoin, and more."
s.homepage = "https://github.com/devdasx/wallet-address-validator-kit"
s.license = { :type => "MIT", :file => "LICENSE" }
s.social_media_url = "https://github.com/devdasx"
s.author = { "devdasx" => "royostudios13@gmail.com" }
s.source = { :git => "https://github.com/devdasx/wallet-address-validator-kit.git", :tag => s.version.to_s }
s.swift_versions = ["5.9", "5.10", "6.0"]
s.ios.deployment_target = "15.0"
s.osx.deployment_target = "13.0"
s.source_files = "Sources/WalletAddressValidatorKit/**/*.swift"
end