Skip to content

Commit

Permalink
Specify dependencies more precisely
Browse files Browse the repository at this point in the history
  • Loading branch information
mattrubin committed Feb 5, 2016
1 parent 14ebb26 commit e1f0c8e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cartfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Configuration for Carthage (https://github.com/Carthage/Carthage)

github "mattrubin/Base32" "master"
github "jspahrsummers/xcconfigs"
github "mattrubin/Base32" "1.0.2+carthage"
github "jspahrsummers/xcconfigs" >= 0.9
github "soffes/Crypto"
2 changes: 1 addition & 1 deletion Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
github "mattrubin/Base32" "27025045f72371b7a05d77f661bb99ed0f6de71c"
github "mattrubin/Base32" "1.0.2+carthage"
github "soffes/Crypto" "v0.3.0"
github "jspahrsummers/xcconfigs" "0.9"

0 comments on commit e1f0c8e

Please sign in to comment.