@@ -1,3 +1,8 @@
+0.2.3
+- enable bitcode setting for Debug on an Apple TV
+- faster compilation times
+- improve padding functions
+
0.2.2
- Fix ChaCha20 cipher
- Replace for(;;) with for-in
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "CryptoSwift"
- s.version = "0.2.2"
+ s.version = "0.2.3"
s.summary = "Cryptography in Swift. SHA, MD5, CRC, Poly1305, HMAC, ChaCha20, Rabbit, AES."
s.description = "Cryptography functions and helpers for Swift implemented in Swift. SHA, MD5, CRC, Poly1305, HMAC, ChaCha20, Rabbit, AES."
s.homepage = "https://github.com/krzyzanowskim/CryptoSwift"
@@ -661,8 +661,8 @@
targets = (
754BE45419693E190098E6F3 /* CryptoSwift iOS */,
5596BDBA1BC8F220007E38D5 /* CryptoSwift watchOS */,
- 75D614921BD844F2001358B2 /* CryptoSwift tvOS */,
75DF77461BC8EB59006E9520 /* CryptoSwift OSX */,
+ 75D614921BD844F2001358B2 /* CryptoSwift tvOS */,
754BE45F19693E190098E6F3 /* CryptoSwiftTests */,
);
};
@@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
- <string>0.2.2</string>
+ <string>0.2.3</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>