Skip to content

Commit

Permalink
Updated podspecs
Browse files Browse the repository at this point in the history
  • Loading branch information
nighthawk committed Jan 27, 2023
1 parent 0b3e7cd commit 0315035
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion TripKit.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "TripKit"
s.version = "4.4.0"
s.version = "4.4.2"
s.summary = "SkedGo's TripKit"
s.homepage = "https://github.com/skedgo/tripkit-ios"
s.license = { type: "Apache-2.0", file: "LICENSE" }
Expand Down
2 changes: 1 addition & 1 deletion TripKitInterApp.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "TripKitInterApp"
s.version = "4.4.0"
s.version = "4.4.2"
s.summary = "Add-ons to SkedGo's TripKit"
s.homepage = "https://github.com/skedgo/tripkit-ios"
s.license = { type: "Apache-2.0", file: "LICENSE" }
Expand Down
6 changes: 3 additions & 3 deletions TripKitUI.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "TripKitUI"
s.version = "4.4.0"
s.version = "4.4.2"
s.summary = "SkedGo's TripKitUI"
s.homepage = "https://github.com/skedgo/tripkit-ios"
s.license = { type: "Apache-2.0", file: "LICENSE" }
Expand All @@ -10,15 +10,15 @@ 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 = '14.0'
s.ios.deployment_target = '13.0'
s.requires_arc = true

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

s.dependency 'TripKit', "~> #{s.version}"

s.dependency 'TGCardViewController', '>= 2.1'
s.dependency 'GeoMonitor', '~> 0.1'
s.dependency 'GeoMonitor', '~> 0.1.2'

s.dependency 'RxSwift', '~> 6.5'
s.dependency 'RxCocoa', '~> 6.5'
Expand Down

0 comments on commit 0315035

Please sign in to comment.