Skip to content

Commit

Permalink
Version bump: 2.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
cwalcott committed Mar 12, 2014
1 parent 81bbbec commit 46455e6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions ZXingObjC.podspec
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Pod::Spec.new do |s|
s.name = "ZXingObjC"
s.version = "2.2.5"
s.version = "2.2.6"
s.summary = "An Objective-C Port of ZXing."
s.homepage = "https://github.com/TheLevelUp/ZXingObjC"
s.author = "ZXing team (http://code.google.com/p/zxing/people/list) and TheLevelUp"

s.license = { :type => 'Apache License 2.0', :file => 'COPYING' }

s.source = { :git => "https://github.com/TheLevelUp/ZXingObjC.git", :tag => "2.2.5" }
s.source = { :git => "https://github.com/TheLevelUp/ZXingObjC.git", :tag => "2.2.6" }
s.ios.deployment_target = '5.0'
s.osx.deployment_target = '10.7'

Expand Down
6 changes: 3 additions & 3 deletions ZXingObjC.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -5347,7 +5347,7 @@
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = YES;
FRAMEWORK_VERSION = 2.2.5;
FRAMEWORK_VERSION = 2.2.6;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES;
Expand Down Expand Up @@ -5474,7 +5474,7 @@
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
FRAMEWORK_VERSION = 2.2.5;
FRAMEWORK_VERSION = 2.2.6;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_DYNAMIC_NO_PIC = NO;
GCC_OPTIMIZATION_LEVEL = 0;
Expand Down Expand Up @@ -5502,7 +5502,7 @@
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = YES;
FRAMEWORK_VERSION = 2.2.5;
FRAMEWORK_VERSION = 2.2.6;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES;
Expand Down

0 comments on commit 46455e6

Please sign in to comment.