Skip to content

10.16.0-xcode.12.0.beta.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@schiewe schiewe released this 23 Jul 19:17

Pre-release of PhotoEditor SDK 10.16.0 built with Xcode 12.0 beta 3. If you notice any issues, please contact https://support.photoeditorsdk.com. This version is not available via CocoaPods trunk but you can source https://github.com/imgly/specs.git to install it as shown in the following example Podfile:

source 'https://github.com/imgly/specs.git'

platform :ios, '11.0'

target 'SwiftExample' do
  use_frameworks!
  pod 'PhotoEditorSDK', '10.16.0-xcode.12.0.beta.3'
end

Changed

  • Raised minimum deployment target to iOS 11.0
  • Built with Swift 5.3 / Xcode 12.0 beta 3