Browse Source

Relelase 0.1.1 (fix missing Foundation support for Cococapods package)

Marcin Krzyżanowski 10 years ago
parent
commit
d21fa94de8
3 changed files with 5 additions and 2 deletions
  1. 3 0
      CHANGELOG
  2. 1 1
      CryptoSwift.podspec
  3. 1 1
      CryptoSwift/Info.plist

+ 3 - 0
CHANGELOG

@@ -1,3 +1,6 @@
+0.1.1
+- Fix Cococapods package (missing Foundation integration)
+
 0.1.0
 - Major performance improvements.
 - Transition from Optionals to throw error.

+ 1 - 1
CryptoSwift.podspec

@@ -1,6 +1,6 @@
 Pod::Spec.new do |s|
   s.name         = "CryptoSwift"
-  s.version      = "0.1.0"
+  s.version      = "0.1.1"
   s.summary      = "Cryptography in Swift. SHA, MD5, CRC, Poly1305, HMAC, ChaCha20, AES."
   s.description  = "Cryptography functions and helpers for Swift implemented in Swift. SHA, MD5, CRC, Poly1305, HMAC, ChaCha20, AES."
   s.homepage     = "https://github.com/krzyzanowskim/CryptoSwift"

+ 1 - 1
CryptoSwift/Info.plist

@@ -15,7 +15,7 @@
 	<key>CFBundlePackageType</key>
 	<string>FMWK</string>
 	<key>CFBundleShortVersionString</key>
-	<string>0.1.0</string>
+	<string>0.1.1</string>
 	<key>CFBundleSignature</key>
 	<string>????</string>
 	<key>CFBundleVersion</key>