mirror of
https://github.com/mas-cli/mas
synced 2024-11-22 11:33:13 +00:00
7 lines
296 B
Text
7 lines
296 B
Text
github "carthage/Commandant", "0.13.0", 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
|