Release 3.0.0 with Swift 4.2 support

This commit is contained in:
Jon Andersen 2018-11-21 19:50:36 -05:00
parent 26d4a1ef53
commit 8473079036

View file

@ -11,6 +11,7 @@ Pod::Spec.new do |s|
s.version = '3.0.0'
s.summary = 'A Simple, Snapchat inspired camera Framework written in Swift'
s.ios.deployment_target = '8.0'
s.swift_version = '4.2'
s.description = <<-DESC
A drop in Camera View Controller for capturing photos and videos from one AVSession. Written in Swift.