File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
1
source 'https://github.com/CocoaPods/Specs.git'
2
- platform :ios , '12 .0'
2
+ platform :ios , '15 .0'
3
3
use_frameworks!
4
4
5
5
target 'grid-ios' do
6
6
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
+
8
10
9
11
target 'grid-iosTests' do
10
12
inherit! :complete
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ Pod::Spec.new do |s|
10
10
s . requires_arc = true
11
11
s . pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' }
12
12
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'
15
15
16
16
s . source_files = 'grid-ios/**/*.swift'
17
17
You can’t perform that action at this time.
0 commit comments