Levan Karanadze
Levan Karanadze

Reputation: 471

iOS - The easiest way to integrate library that does not support SPM

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).

enter image description here

Upvotes: 0

Views: 272

Answers (1)

Hen Shabat
Hen Shabat

Reputation: 599

The last option for you is to download and drag it manually into your project

Upvotes: 1

Related Questions