diff --git a/ZXingObjC.podspec b/ZXingObjC.podspec index 3333f427d..5add45c76 100644 --- a/ZXingObjC.podspec +++ b/ZXingObjC.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'ZXingObjC' - s.version = '3.5.0' + s.version = '3.6.0' s.summary = 'An Objective-C Port of the ZXing barcode framework.' s.homepage = 'https://github.com/TheLevelUp/ZXingObjC' s.author = 'ZXingObjC team' diff --git a/ZXingObjC.xcodeproj/project.pbxproj b/ZXingObjC.xcodeproj/project.pbxproj index 9eec7d469..e4eb602e3 100644 --- a/ZXingObjC.xcodeproj/project.pbxproj +++ b/ZXingObjC.xcodeproj/project.pbxproj @@ -6805,7 +6805,7 @@ COPY_PHASE_STRIP = YES; ENABLE_BITCODE = NO; ENABLE_STRICT_OBJC_MSGSEND = YES; - FRAMEWORK_VERSION = 3.5.0; + FRAMEWORK_VERSION = 3.6.0; GCC_C_LANGUAGE_STANDARD = gnu99; GCC_NO_COMMON_BLOCKS = YES; GCC_TREAT_WARNINGS_AS_ERRORS = YES; @@ -6938,7 +6938,7 @@ ENABLE_BITCODE = NO; ENABLE_STRICT_OBJC_MSGSEND = YES; ENABLE_TESTABILITY = YES; - FRAMEWORK_VERSION = 3.5.0; + FRAMEWORK_VERSION = 3.6.0; GCC_C_LANGUAGE_STANDARD = gnu99; GCC_DYNAMIC_NO_PIC = NO; GCC_NO_COMMON_BLOCKS = YES; @@ -6989,7 +6989,7 @@ COPY_PHASE_STRIP = YES; ENABLE_BITCODE = NO; ENABLE_STRICT_OBJC_MSGSEND = YES; - FRAMEWORK_VERSION = 3.5.0; + FRAMEWORK_VERSION = 3.6.0; GCC_C_LANGUAGE_STANDARD = gnu99; GCC_NO_COMMON_BLOCKS = YES; GCC_TREAT_WARNINGS_AS_ERRORS = YES;