Skip to content

Commit

Permalink
Adjustments to minimum version in podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfej94 committed Feb 17, 2022
1 parent 45079b5 commit eb61682
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PassportKit.podspec
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Pod::Spec.new do |spec|

spec.name = "PassportKit"
spec.version = "1.7.0"
spec.version = "1.7.1"
spec.license = "MIT"
spec.summary = "Swift library used for quick and easy oauth authentication."
spec.homepage = "https://github.com/appoly/PassportKit"
spec.authors = "James Wolfe"
spec.source = { :git => 'https://github.com/appoly/PassportKit.git', :tag => spec.version }

spec.ios.deployment_target = "12.1"
spec.ios.deployment_target = "13.0"
spec.framework = "UIKit"
spec.dependency 'Valet', '~> 3.2.0'
spec.dependency 'Alamofire', '~> 5.4.1'
Expand Down

0 comments on commit eb61682

Please sign in to comment.