Skip to content

Commit 11a4d0c

Browse files
committed
Updated minimum target to iOS 15
1 parent 57d35fc commit 11a4d0c

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
source 'https://github.com/CocoaPods/Specs.git'
2-
platform :ios, '12.0'
2+
platform :ios, '15.0'
33

44
target :"sf-iosTests" do
55
podspec :path => './sf-ios.podspec'

sf-ios.podspec

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,9 @@ Pod::Spec.new do |s|
1010
s.requires_arc = true
1111
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' }
1212

13-
s.platform = :ios, '12.0'
14-
s.ios.deployment_target = '12.0'
13+
s.platform = :ios, '15.0'
14+
s.ios.deployment_target = '15.0'
1515

1616
s.source_files = 'sf-ios/**/*.{h,m}'
17-
1817
s.frameworks = 'Foundation'
1918
end

0 commit comments

Comments
 (0)