Kaynağa Gözat

Update podspec

Evgenii Neumerzhitckii 9 yıl önce
ebeveyn
işleme
e783e83631
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 2 2
      KeychainSwift.podspec

+ 2 - 2
KeychainSwift.podspec

@@ -1,6 +1,6 @@
 Pod::Spec.new do |s|
   s.name        = "KeychainSwift"
-  s.version     = "3.0.15"
+  s.version     = "3.0.16"
   s.license     = { :type => "MIT" }
   s.homepage    = "https://github.com/marketplacer/keychain-swift"
   s.summary     = "A library for saving text and data in the Keychain with Swift."
@@ -13,7 +13,7 @@ Pod::Spec.new do |s|
                 DESC
   s.authors     = { "Evgenii Neumerzhitckii" => "sausageskin@gmail.com" }
   s.source      = { :git => "https://github.com/marketplacer/keychain-swift.git", :tag => s.version }
-  s.screenshots  = "https://raw.githubusercontent.com/marketplacer/keychain-swift/master/graphics/keychain-swift-demo.png"
+  s.screenshots  = "https://raw.githubusercontent.com/marketplacer/keychain-swift/master/graphics/keychain-swift-demo-3.png"
   s.source_files = "KeychainSwift/*.swift"
   s.ios.deployment_target = "8.0"
   s.osx.deployment_target = "10.10"