Reputation: 471
I use SPM in my project and want to integrate Texture. My project is divided into different modules using SPM. I want to use Texture only in one.
The problem is that Texture does not support SPM. What's the easies way to integrate it?
I tried to integrate it using CocoaPods but in this case I can't access it from my local package (Modules/MyLocalPackage). However I can import Texture in my 'main project' (brushed with black).
Upvotes: 0
Views: 272
Reputation: 599
The last option for you is to download and drag it manually into your project
Upvotes: 1