Updated README

This commit is contained in:
Andrew Walz 2017-01-12 21:41:28 -07:00
parent f501ef6543
commit 10b6966cf2
2 changed files with 5 additions and 1 deletions

View file

@ -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

View file

@ -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'