Skip to content

Commit

Permalink
update podspec for 1.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dastrobu committed Feb 14, 2022
1 parent f9ea18b commit 439ae71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vincenty.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Pod::Spec.new do |s|
#

s.name = "vincenty"
s.version = "1.0.3"
s.version = "1.1.0"
s.summary = "Compute vincenty distance in Swift"

# This description is used to generate tags and improve search results.
Expand Down Expand Up @@ -64,7 +64,7 @@ Pod::Spec.new do |s|
# the deployment target. You can optionally include the target after the platform.
#

s.swift_version = "4.1"
s.swift_version = "5.0"

# s.platform = :ios
# s.platform = :ios, "5.0"
Expand Down

0 comments on commit 439ae71

Please sign in to comment.