mirror of
https://github.com/samsonjs/SwiftyCam.git
synced 2026-04-05 10:55:51 +00:00
Updated README
This commit is contained in:
parent
f501ef6543
commit
10b6966cf2
2 changed files with 5 additions and 1 deletions
|
|
@ -1,5 +1,9 @@
|
|||
# CHANGELOG
|
||||
|
||||
## Version 1.5.1
|
||||
- Minor bug fixes
|
||||
- Enhancemenents to demo project
|
||||
|
||||
## Version 1.5.0
|
||||
- Added support for front-facing camera tap to adjust exposure
|
||||
- Added support for double tap gesture to switch cameras
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
Pod::Spec.new do |s|
|
||||
s.name = 'SwiftyCam'
|
||||
s.version = '1.5.0'
|
||||
s.version = '1.5.1'
|
||||
s.summary = 'A Simple, Snapchat inspired camera Framework written in Swift'
|
||||
s.ios.deployment_target = '8.0'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue