diff --git a/KeychainAccess.podspec b/KeychainAccess.podspec index 68a0ce34f..396e93d9a 100644 --- a/KeychainAccess.podspec +++ b/KeychainAccess.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'KeychainAccess' - s.version = '3.0.2' + s.version = '3.1.0' s.summary = 'KeychainAccess is a simple Swift wrapper for Keychain that works on iOS and OS X.' s.description = <<-DESC KeychainAccess is a simple Swift wrapper for Keychain that works on iOS and OS X. @@ -22,7 +22,7 @@ Pod::Spec.new do |s| s.author = { 'kishikawa katsumi' => 'kishikawakatsumi@mac.com' } s.source = { :git => 'https://github.com/kishikawakatsumi/KeychainAccess.git', :tag => "v#{s.version}" } s.social_media_url = 'https://twitter.com/k_katsumi' - + s.requires_arc = true s.source_files = 'Lib/KeychainAccess/*.swift' diff --git a/Lib/KeychainAccess/Info.plist b/Lib/KeychainAccess/Info.plist index 49ca846df..543e5f92d 100644 --- a/Lib/KeychainAccess/Info.plist +++ b/Lib/KeychainAccess/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 3.0.2 + 3.1.0 CFBundleSignature ???? CFBundleVersion