Skip to content

10.14.0-xcode.12.0.beta.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@schiewe schiewe released this 01 Jul 08:59

Pre-release of VideoEditor SDK 10.14.0 built with Xcode 12.0 beta 1. If you notice any issues, please contact https://support.videoeditorsdk.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 'VideoEditorSDK', '10.14.0-xcode.12.0.beta.1'
end

Changed

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