mirror of
https://github.com/samsonjs/SwiftyCam.git
synced 2026-03-25 09:05:52 +00:00
Updating PODSPEC and changelog
This commit is contained in:
parent
ab94441095
commit
9efa062dab
2 changed files with 5 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue