浏览代码

Merge pull request #266 from kishikawakatsumi/3.0.0

Bump version to 3.0.0
kishikawa katsumi 9 年之前
父节点
当前提交
88aa2ba389
共有 2 个文件被更改,包括 3 次插入3 次删除
  1. 2 2
      KeychainAccess.podspec
  2. 1 1
      Lib/KeychainAccess/Info.plist

+ 2 - 2
KeychainAccess.podspec

@@ -1,6 +1,6 @@
 Pod::Spec.new do |s|
   s.name             = 'KeychainAccess'
-  s.version          = '2.4.0'
+  s.version          = '3.0.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.
@@ -26,7 +26,7 @@ Pod::Spec.new do |s|
   s.requires_arc = true
   s.source_files = 'Lib/KeychainAccess/*.swift'
 
-  s.pod_target_xcconfig = { 'SWIFT_VERSION' => '2.3' }
+  s.pod_target_xcconfig = { 'SWIFT_VERSION' => '3.0' }
 
   s.ios.deployment_target = '8.0'
   s.osx.deployment_target = '10.9'

+ 1 - 1
Lib/KeychainAccess/Info.plist

@@ -15,7 +15,7 @@
 	<key>CFBundlePackageType</key>
 	<string>FMWK</string>
 	<key>CFBundleShortVersionString</key>
-	<string>2.4.0</string>
+	<string>3.0.0</string>
 	<key>CFBundleSignature</key>
 	<string>????</string>
 	<key>CFBundleVersion</key>