Browse Source

Rename podspec name from `Base32` to `SwiftBase32`

Norio Nomura 8 years ago
parent
commit
c499f80994
1 changed files with 1 additions and 1 deletions
  1. 1 1
      SwiftBase32.podspec

+ 1 - 1
Base32.podspec → SwiftBase32.podspec

@@ -1,5 +1,5 @@
 Pod::Spec.new do |s|
 Pod::Spec.new do |s|
-  s.name                      = 'Base32'
+  s.name                      = 'SwiftBase32'
   s.version                   = '0.5.2'
   s.version                   = '0.5.2'
   s.summary                   = 'Base32 implementation for Swift.'
   s.summary                   = 'Base32 implementation for Swift.'
   s.homepage                  = 'https://github.com/norio-nomura/Base32'
   s.homepage                  = 'https://github.com/norio-nomura/Base32'