Skip to content

Commit

Permalink
Version bump: 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cwalcott committed Sep 17, 2013
1 parent 6bc68e0 commit 82d759f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion LUKeychainAccess.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'LUKeychainAccess'
s.version = '1.0.2'
s.version = '1.1.0'
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' }
Expand Down
8 changes: 3 additions & 5 deletions LUKeychainAccess.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
0226877116BAD99F008FC8FA /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0226877016BAD99F008FC8FA /* Security.framework */; };
0226877216BAD9AC008FC8FA /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0226877016BAD99F008FC8FA /* Security.framework */; };
0226877416BADA41008FC8FA /* libPods-test.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 0226877316BADA41008FC8FA /* libPods-test.a */; };
028518F816BADB90000C43F0 /* Pods-test.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = 028518F716BADB90000C43F0 /* Pods-test.xcconfig */; };
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
Expand Down Expand Up @@ -188,7 +187,7 @@
0226873A16BAD892008FC8FA /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0460;
LastUpgradeCheck = 0500;
ORGANIZATIONNAME = SCVNGR;
};
buildConfigurationList = 0226873D16BAD892008FC8FA /* Build configuration list for PBXProject "LUKeychainAccess" */;
Expand All @@ -214,7 +213,6 @@
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
028518F816BADB90000C43F0 /* Pods-test.xcconfig in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -277,7 +275,7 @@
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
FRAMEWORK_VERSION = 1.0.2;
FRAMEWORK_VERSION = 1.1.0;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_DYNAMIC_NO_PIC = NO;
GCC_OPTIMIZATION_LEVEL = 0;
Expand Down Expand Up @@ -308,7 +306,7 @@
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = YES;
FRAMEWORK_VERSION = 1.0.2;
FRAMEWORK_VERSION = 1.1.0;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES;
Expand Down

0 comments on commit 82d759f

Please sign in to comment.