Skip to content

Commit

Permalink
Add swift_version to Podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
gfontenot committed May 22, 2020
1 parent 8a20368 commit 7b03e38
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Argo.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ Pod::Spec.new do |spec|
spec.source = { :git => 'https://github.com/thoughtbot/Argo.git', :tag => "v#{spec.version}" }
spec.source_files = 'Sources/**/*.{h,swift}'

spec.swift_versions = [5.0]

spec.dependency 'Runes', '>= 5.0.0'

spec.requires_arc = true
Expand Down

0 comments on commit 7b03e38

Please sign in to comment.