Skip to content

Commit

Permalink
Version bump: 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cwalcott committed Sep 16, 2013
1 parent 43adc6b commit 02474b8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions LUKeychainAccess.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = 'LUKeychainAccess'
s.version = '1.0.1'
s.version = '1.0.2'
s.summary = 'A wrapper for iOS Keychain Services that behaves just like NSUserDefaults.'
s.homepage = 'https://github.com/TheLevelUp/LUKeychainAccess'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'Costa Walcott' => '[email protected]' }
s.source = { :git => 'https://github.com/TheLevelUp/LUKeychainAccess.git', :tag => '1.0.1' }
s.source = { :git => 'https://github.com/TheLevelUp/LUKeychainAccess.git', :tag => "#{s.version}" }
s.platform = :ios, '5.0'
s.source_files = 'LUKeychainAccess'
s.frameworks = 'Security'
Expand Down
4 changes: 2 additions & 2 deletions LUKeychainAccess.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
FRAMEWORK_VERSION = 1.0.1;
FRAMEWORK_VERSION = 1.0.2;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_DYNAMIC_NO_PIC = NO;
GCC_OPTIMIZATION_LEVEL = 0;
Expand Down Expand Up @@ -307,7 +307,7 @@
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = YES;
FRAMEWORK_VERSION = 1.0.1;
FRAMEWORK_VERSION = 1.0.2;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES;
Expand Down

0 comments on commit 02474b8

Please sign in to comment.