dn-m / MusicXML

Implementation of the musicXML specification in Swift
MIT License
70 stars 19 forks source link

Support for Cocoapods and Carthage package managers #216

Open DJBen opened 4 years ago

jsbean commented 4 years ago

Where are Cocoapods and Carthage at with working directly with SPM packages?

I would love to keep the surface area to a minimum, while also supporting as many endpoints as possible!

DJBen commented 4 years ago

SPM, Cocoapods and Carthage are package managers, meaning they do not and should not change the way the APIs are exposed.

As long as this project's dependencies support the package manager, we can safely offer support to other package managers.

jsbean commented 4 years ago

The question that I was clumsily asking was: can we support Cocoapods and Carthage without vending, and thereby lugging around, .xcodeproj files?