Updating PODSPEC and changelog

This commit is contained in:
Andrew Walz 2017-04-24 13:16:54 -06:00
parent ab94441095
commit 9efa062dab
2 changed files with 5 additions and 1 deletions

View file

@ -1,5 +1,9 @@
# CHANGELOG
## Version 2.2.2
- Fixed issue with landscape orientation
- Fixed issue with SwiftyCam crashing by multiple double-tap camera switching
## Version 2.2.1
- Added Carthage support

View file

@ -8,7 +8,7 @@
Pod::Spec.new do |s|
s.name = 'SwiftyCam'
s.version = '2.2.1'
s.version = '2.2.2'
s.summary = 'A Simple, Snapchat inspired camera Framework written in Swift'
s.ios.deployment_target = '8.0'