File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
SwiftRichString.xcodeproj Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Pod::Spec.new do |s|
99 s . license = { :type => "MIT" , :file => "LICENSE" }
1010 s . author = { "Daniele Margutti" => "[email protected] " } 1111 s . social_media_url = "https://twitter.com/danielemargutti"
12- s . ios . deployment_target = "8 .0"
12+ s . ios . deployment_target = "9 .0"
1313 s . osx . deployment_target = "11.0"
1414 s . watchos . deployment_target = "2.0"
1515 s . tvos . deployment_target = "9.2"
Original file line number Diff line number Diff line change 16341634 DYLIB_INSTALL_NAME_BASE = "@rpath";
16351635 INFOPLIST_FILE = Configs/SwiftRichString.plist;
16361636 INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
1637- IPHONEOS_DEPLOYMENT_TARGET = 8 .0;
1637+ IPHONEOS_DEPLOYMENT_TARGET = 9 .0;
16381638 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
16391639 MARKETING_VERSION = 3.5.0;
16401640 ONLY_ACTIVE_ARCH = NO;
16581658 DYLIB_INSTALL_NAME_BASE = "@rpath";
16591659 INFOPLIST_FILE = Configs/SwiftRichString.plist;
16601660 INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
1661- IPHONEOS_DEPLOYMENT_TARGET = 8 .0;
1661+ IPHONEOS_DEPLOYMENT_TARGET = 9 .0;
16621662 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
16631663 MARKETING_VERSION = 3.5.0;
16641664 PRODUCT_BUNDLE_IDENTIFIER = "com.SwiftRichString.SwiftRichString-iOS";
You can’t perform that action at this time.
0 commit comments