This repository was archived by the owner on Aug 16, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed
CMDQueryStringSerialization.xcodeproj
CMDQueryStringSerialization Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 11Pod ::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'
1414end
Original file line number Diff line number Diff line change 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;
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;
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments