Browse Source

Update podspec

Evgenii Neumerzhitckii 9 years ago
parent
commit
380ef45cff
2 changed files with 3 additions and 3 deletions
  1. 1 1
      CHANGELOG.md
  2. 2 2
      KeychainSwift.podspec

+ 1 - 1
CHANGELOG.md

@@ -1,6 +1,6 @@
 # KeychainSwift version history
 
-## 3.0.12 (2016-04-15)
+## 3.1.0 (2016-04-15)
 
 Added iOS 7 support.
 

+ 2 - 2
KeychainSwift.podspec

@@ -1,6 +1,6 @@
 Pod::Spec.new do |s|
   s.name        = "KeychainSwift"
-  s.version     = "3.1.0"
+  s.version     = "3.1.1"
   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."
@@ -15,7 +15,7 @@ Pod::Spec.new do |s|
   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.source_files = "KeychainSwift/*.swift"
-  s.ios.deployment_target = "8.0"
+  s.ios.deployment_target = "7.1"
   s.osx.deployment_target = "10.10"
   s.watchos.deployment_target = "2.0"
   s.tvos.deployment_target = "9.0"