Skip to content

Commit fc8427c

Browse files
committed
Minimum iOS target is now 9.0+
1 parent 21096b4 commit fc8427c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

SwiftRichString.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

SwiftRichString.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1634,7 +1634,7 @@
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;
@@ -1658,7 +1658,7 @@
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";

0 commit comments

Comments
 (0)