JohnSundell / SwiftPlate

Easily generate cross platform Swift framework projects from the command line
MIT License
1.77k stars 88 forks source link

Test dependencies #6

Closed MarvinNazari closed 4 years ago

MarvinNazari commented 7 years ago

Wonder if we could add Quick and Nimble as test dependencies, would make the whole process faster! we can use Carthage for that.

JohnSundell commented 7 years ago

Great suggestion @MarvinNazari! We shouldn't assume that every project will use Quick, Nimble & Carthage, but we could add options for specifying what dependencies you want to use, and which package manager. 👍

KieranHarper commented 7 years ago

I've had a crack at this in PR #58