Skip to content

Commit

Permalink
Only require Argo 4.x.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony DiPasquale committed Feb 15, 2017
1 parent 66e57a4 commit 3e0ac59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Swish.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Pod::Spec.new do |spec|
spec.source = { :git => 'https://github.com/thoughtbot/Swish.git', :tag => "v#{spec.version}" }
spec.source_files = 'Source/**/*.{h,swift}'

spec.dependency 'Argo', '~> 4.0.0'
spec.dependency 'Argo', '~> 4.0'
spec.dependency 'Result', '~> 3.1'

spec.requires_arc = true
Expand Down

0 comments on commit 3e0ac59

Please sign in to comment.