Skip to content
This repository was archived by the owner on Aug 16, 2023. It is now read-only.

Commit 546c246

Browse files
committed
Bump version: 0.4.0
1 parent 391ab87 commit 546c246

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
Pod::Spec.new do |s|
22
s.name = 'CMDQueryStringSerialization'
3-
s.version = '0.3.3'
3+
s.version = '0.4.0'
44
s.summary = 'Easy conversion between dictionaries and query strings in Objective-C.'
55
s.homepage = 'https://github.com/calebd/CMDQueryStringSerialization'
66
s.license = { :type => 'MIT', :file => 'LICENSE' }
77
s.author = { 'Caleb Davenport' => 'calebmdavenport@gmail.com' }
88
s.source = { :git => 'https://github.com/calebd/CMDQueryStringSerialization.git', :tag => "v#{s.version}" }
99
s.requires_arc = true
10-
s.ios.deployment_target = '5.0'
11-
s.osx.deployment_target = '10.7'
10+
s.ios.deployment_target = '7.0'
11+
s.osx.deployment_target = '10.9'
1212
s.source_files = 'CMDQueryStringSerialization/*.{h,m}'
1313
s.dependency 'ISO8601'
1414
end

CMDQueryStringSerialization.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -384,6 +384,7 @@
384384
);
385385
INFOPLIST_FILE = CMDQueryStringSerialization/Info.plist;
386386
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
387+
IPHONEOS_DEPLOYMENT_TARGET = 7.0;
387388
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
388389
PRODUCT_NAME = "$(TARGET_NAME)";
389390
SKIP_INSTALL = YES;
@@ -403,6 +404,7 @@
403404
);
404405
INFOPLIST_FILE = CMDQueryStringSerialization/Info.plist;
405406
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
407+
IPHONEOS_DEPLOYMENT_TARGET = 7.0;
406408
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
407409
PRODUCT_NAME = "$(TARGET_NAME)";
408410
SKIP_INSTALL = YES;

CMDQueryStringSerialization/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.0</string>
18+
<string>0.4.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

0 commit comments

Comments
 (0)