From 023d73f94cbc2741e05cd477d1288f1b4bc8b971 Mon Sep 17 00:00:00 2001 From: Ashley Mills Date: Thu, 29 Sep 2016 15:15:25 +0100 Subject: [PATCH] Update podspec --- .../Base.lproj/LaunchScreen.xib | 13 ++++++------- Simple-KeychainSwift.podspec | 2 +- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/Example/Simple-KeychainSwift/Base.lproj/LaunchScreen.xib b/Example/Simple-KeychainSwift/Base.lproj/LaunchScreen.xib index 4c5b7ee..7fd5480 100644 --- a/Example/Simple-KeychainSwift/Base.lproj/LaunchScreen.xib +++ b/Example/Simple-KeychainSwift/Base.lproj/LaunchScreen.xib @@ -1,9 +1,10 @@ - + - + + @@ -13,19 +14,17 @@ - + diff --git a/Simple-KeychainSwift.podspec b/Simple-KeychainSwift.podspec index ea72d78..5ea998c 100644 --- a/Simple-KeychainSwift.podspec +++ b/Simple-KeychainSwift.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = 'Simple-KeychainSwift' - s.version = '1.1.6' + s.version = '3' s.summary = 'A simple drop in Swift wrapper class for the Keychain' s.homepage = 'https://github.com/ashleymills/Keychain.swift' s.license = { :type => 'MIT', :file => 'LICENSE' }