Browse Source

Update to v 0.0.12

Marcin Krzyżanowski 10 năm trước cách đây
mục cha
commit
bb7f2c187b
2 tập tin đã thay đổi với 3 bổ sung3 xóa
  1. 2 2
      CryptoSwift.podspec
  2. 1 1
      CryptoSwift/Info.plist

+ 2 - 2
CryptoSwift.podspec

@@ -1,6 +1,6 @@
 Pod::Spec.new do |s|
   s.name         = "CryptoSwift"
-  s.version      = "0.0.11"
+  s.version      = "0.0.12"
   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"
@@ -12,6 +12,6 @@ Pod::Spec.new do |s|
   s.ios.deployment_target = "8.0"
   s.osx.platform  = :osx, '10.9'
   s.osx.deployment_target = "10.9"
-  s.source_files  = "CryptoSwift/*"
+  s.source_files  = "CryptoSwift/*.swift"
   s.requires_arc = true
 end

+ 1 - 1
CryptoSwift/Info.plist

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