Explorar el Código

Release 0.9.0

Norio Nomura hace 4 años
padre
commit
c4bc0a4968
Se han modificado 3 ficheros con 4 adiciones y 4 borrados
  1. 1 1
      Base32.xcodeproj/Base32_Info.plist
  2. 2 2
      README.md
  3. 1 1
      SwiftBase32.podspec

+ 1 - 1
Base32.xcodeproj/Base32_Info.plist

@@ -14,7 +14,7 @@
   <key>CFBundlePackageType</key>
   <string>FMWK</string>
   <key>CFBundleShortVersionString</key>
-  <string>0.8.0</string>
+  <string>0.9.0</string>
   <key>CFBundleSignature</key>
   <string>????</string>
   <key>CFBundleVersion</key>

+ 2 - 2
README.md

@@ -10,7 +10,7 @@ Base32 is a [Base32](https://tools.ietf.org/html/rfc4648) implementation for Swi
 
 ## Requirements
 
-* iOS 8 or later
+* iOS 9 or later
 * macOS 10.9 or later
 * tvOS 9 or later
 * watchOS 2 or later
@@ -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.8.0'`
+`pod 'SwiftBase32', '~> 0.9.0'`
 
 ## Author
 

+ 1 - 1
SwiftBase32.podspec

@@ -1,6 +1,6 @@
 Pod::Spec.new do |s|
   s.name                      = 'SwiftBase32'
-  s.version                   = '0.8.0'
+  s.version                   = '0.9.0'
   s.summary                   = 'Base32 implementation for Swift.'
   s.homepage                  = 'https://github.com/norio-nomura/Base32'
   s.source                    = { :git => s.homepage + '.git', :tag => s.version }