@@ -14,7 +14,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
- <string>0.7.0</string>
+ <string>0.8.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
@@ -28,7 +28,7 @@ it, simply add the following line to your Cartfile:
Base32 is also available through [Cocoapods](https://cocoapods.org/) just adding the following line to your Podfile:
-`pod 'SwiftBase32', '~> 0.7.0'`
+`pod 'SwiftBase32', '~> 0.8.0'`
## Author
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'SwiftBase32'
- s.version = '0.7.0'
+ s.version = '0.8.0'
s.summary = 'Base32 implementation for Swift.'
s.homepage = 'https://github.com/norio-nomura/Base32'
s.source = { :git => s.homepage + '.git', :tag => s.version }