bump version
This commit is contained in:
parent
b9240889d5
commit
29c26b51ef
|
@ -1,6 +1,6 @@
|
||||||
Pod::Spec.new do |spec|
|
Pod::Spec.new do |spec|
|
||||||
spec.name = 'Keycard'
|
spec.name = 'Keycard'
|
||||||
spec.version = '3.0.4'
|
spec.version = '3.0.5'
|
||||||
spec.authors = {'Bitgamma' => 'opensource@bitgamma.com'}
|
spec.authors = {'Bitgamma' => 'opensource@bitgamma.com'}
|
||||||
spec.homepage = 'https://github.com/status-im/Keycard.swift'
|
spec.homepage = 'https://github.com/status-im/Keycard.swift'
|
||||||
spec.license = { :type => 'Apache' }
|
spec.license = { :type => 'Apache' }
|
||||||
|
@ -12,5 +12,5 @@ Pod::Spec.new do |spec|
|
||||||
spec.frameworks = 'CoreNFC'
|
spec.frameworks = 'CoreNFC'
|
||||||
spec.dependency 'CryptoSwift'
|
spec.dependency 'CryptoSwift'
|
||||||
spec.dependency 'secp256k1'
|
spec.dependency 'secp256k1'
|
||||||
spec.dependency 'Zip'
|
spec.dependency 'Zip'
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue