|
@@ -2,7 +2,7 @@ Pod::Spec.new do |s|
|
|
|
s.name = 'SwiftBase32'
|
|
|
s.version = '0.9.0'
|
|
|
s.summary = 'Base32 implementation for Swift.'
|
|
|
- s.homepage = 'https://github.com/norio-nomura/Base32'
|
|
|
+ s.homepage = 'https://git.forgetive.org/XCAppCollection/SwiftBase32'
|
|
|
s.source = { :git => s.homepage + '.git', :tag => s.version }
|
|
|
s.license = { :type => 'MIT', :file => 'LICENSE' }
|
|
|
s.author = { 'Norio Nomura' => 'norio.nomura@gmail.com' }
|