Skip to content

Commit

Permalink
Bump iOS CocoaSpec requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
nighthawk committed Sep 2, 2024
1 parent 346b4e6 commit c6c5445
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion TripKitInterApp.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Pod::Spec.new do |s|
}
s.source = { git: "https://github.com/skedgo/tripkit-ios.git", tag: "#{s.version}" }
s.swift_version = '5.5'
s.ios.deployment_target = '13.0'
s.ios.deployment_target = '15.0'
s.requires_arc = true

s.dependency 'TripKit', '>= 4.4'
Expand Down
2 changes: 1 addition & 1 deletion TripKitUI.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Pod::Spec.new do |s|
}
s.source = { git: "https://github.com/skedgo/tripkit-ios.git", tag: "#{s.version}" }
s.swift_version = '5.5'
s.ios.deployment_target = '13.0'
s.ios.deployment_target = '15.0'
s.requires_arc = true

s.frameworks = ['UIKit', 'MapKit']
Expand Down

0 comments on commit c6c5445

Please sign in to comment.