Explorar o código

Change in podspec

Evgenii Neumerzhitckii %!s(int64=10) %!d(string=hai) anos
pai
achega
cd0f83a71e
Modificáronse 1 ficheiros con 6 adicións e 6 borrados
  1. 6 6
      KeychainSwift.podspec

+ 6 - 6
KeychainSwift.podspec

@@ -1,15 +1,15 @@
 Pod::Spec.new do |s|
   s.name        = "KeychainSwift"
-  s.version     = "0.1.4"
+  s.version     = "0.1.5"
   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."
-  s.description  = <<-DESC
-                 This is a collection of helper functions for saving text and data in the Keychain.
+  s.description = <<-DESC
+                This is a collection of helper functions for saving text and data in the Keychain.
 
-                 * Write and read text and NSData with simple functions.
-                 * Specify optional access rule for the keychain item.
-                 DESC
+                * Write and read text and NSData with simple functions.
+                * Specify optional access rule for the keychain item.
+                DESC
   s.authors     = { "Evgenii Neumerzhitckii" => "sausageskin@gmail.com" }
   s.source      = { :git => "https://github.com/exchangegroup/keychain-swift.git", :tag => s.version }
   s.screenshots  = "https://raw.githubusercontent.com/exchangegroup/keychain-swift/master/graphics/keychain-swift-demo.png"