remirobert / CameraEngine

:monkey::camera: Camera engine for iOS, written in Swift, above AVFoundation. :monkey:
https://github.com/remirobert/CameraEngine
MIT License
583 stars 106 forks source link

Deployment taget #51

Open ossmalpha opened 8 years ago

ossmalpha commented 8 years ago

Why has the iOS 10 been set as minimum deployment target? Can it be changed to at least 9.0 so that iPhone 4 users also could be using my app with 'CameraEngine'?

remirobert commented 8 years ago

The problem is some API are required in with iOS 10.

MFaarkrog commented 8 years ago

@remirobert Any chance of support for iOS 8 coming back? I mean, it worked before Swift 3 :)

remirobert commented 8 years ago

I am fighting with AVFoundation to see how I can make something working. You can found the last version in the branch swift2.2.