From 546c2464b81d05d93723a8afdec02571a68f53cd Mon Sep 17 00:00:00 2001 From: Caleb Davenport Date: Fri, 29 May 2015 11:08:09 -0700 Subject: [PATCH] Bump version: 0.4.0 --- CMDQueryStringSerialization.podspec | 6 +++--- CMDQueryStringSerialization.xcodeproj/project.pbxproj | 2 ++ CMDQueryStringSerialization/Info.plist | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CMDQueryStringSerialization.podspec b/CMDQueryStringSerialization.podspec index d0d46a2..85dc9d9 100644 --- a/CMDQueryStringSerialization.podspec +++ b/CMDQueryStringSerialization.podspec @@ -1,14 +1,14 @@ Pod::Spec.new do |s| s.name = 'CMDQueryStringSerialization' - s.version = '0.3.3' + s.version = '0.4.0' s.summary = 'Easy conversion between dictionaries and query strings in Objective-C.' s.homepage = 'https://github.com/calebd/CMDQueryStringSerialization' s.license = { :type => 'MIT', :file => 'LICENSE' } s.author = { 'Caleb Davenport' => 'calebmdavenport@gmail.com' } s.source = { :git => 'https://github.com/calebd/CMDQueryStringSerialization.git', :tag => "v#{s.version}" } s.requires_arc = true - s.ios.deployment_target = '5.0' - s.osx.deployment_target = '10.7' + s.ios.deployment_target = '7.0' + s.osx.deployment_target = '10.9' s.source_files = 'CMDQueryStringSerialization/*.{h,m}' s.dependency 'ISO8601' end diff --git a/CMDQueryStringSerialization.xcodeproj/project.pbxproj b/CMDQueryStringSerialization.xcodeproj/project.pbxproj index 75021fc..f40f81b 100644 --- a/CMDQueryStringSerialization.xcodeproj/project.pbxproj +++ b/CMDQueryStringSerialization.xcodeproj/project.pbxproj @@ -384,6 +384,7 @@ ); INFOPLIST_FILE = CMDQueryStringSerialization/Info.plist; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 7.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; PRODUCT_NAME = "$(TARGET_NAME)"; SKIP_INSTALL = YES; @@ -403,6 +404,7 @@ ); INFOPLIST_FILE = CMDQueryStringSerialization/Info.plist; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 7.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; PRODUCT_NAME = "$(TARGET_NAME)"; SKIP_INSTALL = YES; diff --git a/CMDQueryStringSerialization/Info.plist b/CMDQueryStringSerialization/Info.plist index 9df1e04..71a4fe3 100644 --- a/CMDQueryStringSerialization/Info.plist +++ b/CMDQueryStringSerialization/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.0 + 0.4.0 CFBundleSignature ???? CFBundleVersion