Skip to content

Commit 9f1d539

Browse files
committed
Updated to iOS 15
1 parent f32b02b commit 9f1d539

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

Podfile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
source 'https://github.com/CocoaPods/Specs.git'
2-
platform :ios, '12.0'
2+
platform :ios, '15.0'
33
use_frameworks!
44

55
target 'grid-ios' do
66
pod 'color-ios', '~> 1.0.2'
7-
pod 'sf-ios', '~> 4.1.4'
7+
# pod 'sf-ios', '5.0.0'
8+
pod 'sf-ios', :git => 'https://github.com/ngageoint/simple-features-ios.git', :branch => 'psolt/v5-NS_ENUM'
9+
810

911
target 'grid-iosTests' do
1012
inherit! :complete

grid-ios.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ 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 = 'grid-ios/**/*.swift'
1717

0 commit comments

Comments
 (0)