Przeglądaj źródła

Update podspec version

Evgenii Neumerzhitckii 10 lat temu
rodzic
commit
478391893a
1 zmienionych plików z 2 dodań i 1 usunięć
  1. 2 1
      KeychainSwift.podspec

+ 2 - 1
KeychainSwift.podspec

@@ -1,6 +1,6 @@
 Pod::Spec.new do |s|
   s.name        = "KeychainSwift"
-  s.version     = "3.0.4"
+  s.version     = "3.0.6"
   s.license     = { :type => "MIT" }
   s.homepage    = "https://github.com/exchangegroup/keychain-swift"
   s.summary     = "A library for saving text and data in the Keychain with Swift."
@@ -9,6 +9,7 @@ Pod::Spec.new do |s|
 
                 * Write and read text and NSData with simple functions.
                 * Specify optional access rule for the keychain item.
+                * Limit operations to a specific access group.
                 DESC
   s.authors     = { "Evgenii Neumerzhitckii" => "sausageskin@gmail.com" }
   s.source      = { :git => "https://github.com/exchangegroup/keychain-swift.git", :tag => s.version }