mirror of
https://github.com/samsonjs/SwiftyCam.git
synced 2026-04-27 15:07:43 +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
|
# CHANGELOG
|
||||||
|
|
||||||
|
## Version 1.5.1
|
||||||
|
- Minor bug fixes
|
||||||
|
- Enhancemenents to demo project
|
||||||
|
|
||||||
## Version 1.5.0
|
## Version 1.5.0
|
||||||
- Added support for front-facing camera tap to adjust exposure
|
- Added support for front-facing camera tap to adjust exposure
|
||||||
- Added support for double tap gesture to switch cameras
|
- Added support for double tap gesture to switch cameras
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
Pod::Spec.new do |s|
|
Pod::Spec.new do |s|
|
||||||
s.name = 'SwiftyCam'
|
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.summary = 'A Simple, Snapchat inspired camera Framework written in Swift'
|
||||||
s.ios.deployment_target = '8.0'
|
s.ios.deployment_target = '8.0'
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue