HHK1 / PryntTrimmerView

A set of tools to trim, crop and select frames inside a video
MIT License
835 stars 199 forks source link

Swift Package Manager support #55

Closed BalazsSzamody closed 4 years ago

BalazsSzamody commented 4 years ago

Testing

In Xcode 11 use https://github.com/BalazsSzamody/PryntTrimmerView path for Adding Swift Package, and use swift-package branch instead of 4.0.0 on any project using the library, and remove PryntTrimmerView from Podfile

HHK1 commented 4 years ago

@BalazsSzamody Thanks for your contribution, I've reworked the file hierarchy a bit. @s4cha I see that you have a fork with SPM support also, does the version 4.0.1 works for you ? I have included the Carthage pre-built framework, but I haven't tested that.

s4cha commented 4 years ago

@HHK1 I haven't tested yet but it should. I'll make sure to let you know if I encounter an issue :)