Skip to content

Commit

Permalink
Peg dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony DiPasquale committed Apr 27, 2015
1 parent f188c05 commit 7b27639
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Argo.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Pod::Spec.new do |spec|
spec.ios.deployment_target = '8.0'
spec.osx.deployment_target = '10.9'

spec.dependency 'Runes'
spec.dependency 'Box'
spec.dependency 'Runes', '~> 1.2'
spec.dependency 'Box', '~> 1.2'
end

0 comments on commit 7b27639

Please sign in to comment.