TimOliver/TOCropViewController

How to integrate this into my ios sdk

tunglong007 opened this issue · 1 comments

I am trying to import the library into my custom iOS sdk in Swift. How can I achieve this?

Hi @tunglong007. It depends how you're distributing your SDK. You can potentially make your SDK define this library as a dependency in CocoaPods and SPM, and just require users also clone it with Carthage.

Short of that, you can just copy the source files to your own SDK.

Hope that helps!