Awalz / SwiftyCam

A Snapchat Inspired iOS Camera Framework written in Swift
BSD 2-Clause "Simplified" License
2.08k stars 326 forks source link

Fixed build error with Carthage #196

Closed satoshin21 closed 5 years ago

satoshin21 commented 5 years ago

When SwiftyCam is build with Swift 4.2 and Carthage, Task was finished with error. SwiftyCam specified incompatible swift version in project file, I fixed it.

jonandersen commented 5 years ago

@satoshin21 thanks so much for that fix!