mirror of
https://github.com/mas-cli/mas
synced 2024-11-22 19:43:09 +00:00
8 lines
347 B
Text
8 lines
347 B
Text
# Commandant 0.12.0 doesn't have Swift 4 fixes yet
|
|
github "carthage/Commandant", "master", files: "Sources/Commandant/*.swift"
|
|
github "antitypical/Result", "3.2.4", files: "Result/*.swift"
|
|
|
|
target :"mas-tests" do
|
|
github "Quick/Nimble", "v7.0.3", files: "Nimble/**.{swift,h}"
|
|
github "Quick/Quick", "v1.2.0", files: "Quick/**.{swift,h}"
|
|
end
|