Skip to content

Commit

Permalink
Updating Podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
onekiloparsec committed Nov 1, 2019
1 parent 46975f0 commit 57ce4c0
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions SwiftAA.podspec
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "SwiftAA"
s.version = "2.0.3"
s.version = "2.1.0"
s.summary = "The most comprehensive and accurate collection of astronomical algorithms in Swift."

s.description = <<-DESC
Expand All @@ -13,25 +13,25 @@ on top of which modern and expressive API is crafted. It is also a lote more cov
to become the most reliable source of astronomical computations.
DESC

s.homepage = "https://www.onekilopars.ec/swiftaa"
s.homepage = "https://www.onekiloparsec.dev/swiftaa"
# s.screenshots = "www.example.com/screenshots_1.gif", "www.example.com/screenshots_2.gif"

#s.license = "MIT (example)"
s.license = { :type => "MIT", :file => "LICENSE" }


s.author = { "onekiloparsec (a.k.a. Cédric Foellmi)" => "cedric@onekilopars.ec" }
s.author = { "onekiloparsec (a.k.a. Cédric Foellmi)" => "cedric@onekiloparsec.dev" }
# Or just: s.author = "Cédric"
# s.authors = { "Cédric" => "cedric@onekilopars.ec" }
# s.authors = { "Cédric" => "cedric@onekiloparsec.dev" }
s.social_media_url = "http://twitter.com/onekiloparsec"

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

# When using multiple platforms
s.ios.deployment_target = "9.0"
s.ios.deployment_target = "11.0"
s.osx.deployment_target = "10.11"
# s.watchos.deployment_target = "2.0"
s.watchos.deployment_target = "5.0"
# s.tvos.deployment_target = "9.0"

s.source = { :git => "https://github.com/onekiloparsec/SwiftAA.git", :tag => "#{s.version}" }
Expand All @@ -42,6 +42,6 @@ to become the most reliable source of astronomical computations.
s.public_header_files = "SwiftAA/**/*.h", "ObjCAA/**/*.h"

s.framework = "Foundation"
s.swift_version = "4.2"
s.swift_version = "5"

end

0 comments on commit 57ce4c0

Please sign in to comment.