Corrected podspec URL.

This commit is contained in:
Wolf McNally 2019-04-29 06:02:50 -07:00
parent dcedc1d0ae
commit bdd5704adb

View File

@ -1,13 +1,13 @@
Pod::Spec.new do |s|
s.name = 'AirgappedSigning'
s.version = '0.1.1'
s.version = '0.1.2'
s.summary = 'A protocol for transmission of messages between hot and cold cryptographic wallets.'
# s.description = <<-DESC
# TODO: Add long description of the pod here.
# DESC
s.homepage = 'https://github.com/wolfmcnally/AirgappedSigning'
s.homepage = 'https://github.com/blockchaincommons/AirgappedSigning'
s.license = { :type => 'Apache', :file => 'LICENSE' }
s.author = { 'Wolf McNally' => 'wolf@wolfmcnally.com' }
s.source = { :git => 'https://github.com/blockchainCommons/AirgappedSigning.git', :tag => s.version.to_s }