mirror of
https://github.com/samsonjs/SwiftyCam.git
synced 2026-03-25 09:05:52 +00:00
Release 3.0.0 with Swift 4.2 support
This commit is contained in:
parent
26d4a1ef53
commit
8473079036
1 changed files with 1 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue