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

Commit

Permalink
Bump version: 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
calebd committed May 29, 2015
1 parent 391ab87 commit 546c246
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 3 additions & 3 deletions 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
2 changes: 2 additions & 0 deletions CMDQueryStringSerialization.xcodeproj/project.pbxproj
Expand Up @@ -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;
Expand All @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion CMDQueryStringSerialization/Info.plist
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>0.4.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit 546c246

Please sign in to comment.