Skip to content
Snippets Groups Projects
Commit 4d63c610 authored by Ricardo Torrão's avatar Ricardo Torrão
Browse files

4.2.3

parent 30b284cb
Branches
Tags 4.2.3
No related merge requests found
......@@ -2,8 +2,16 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## [4.2.2](https://github.com/imaginary-cloud/CameraManager/tree/4.2.2) - 2018-07-26
## [4.2.3](https://github.com/imaginary-cloud/CameraManager/tree/4.2.3) - 2018-07-27
### Fixed
- Deinit cause crash when `cameraDevice = .front` (#157)
### Changed
- Add note to documentation when a property has a default value
## [4.2.2](https://github.com/imaginary-cloud/CameraManager/tree/4.2.2) - 2018-07-26
### Added
- Add `CONTRIBUTING.md`
......@@ -14,7 +22,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## [4.2.1](https://github.com/imaginary-cloud/CameraManager/tree/4.2.1) - 2018-06-20
### Added
- Add `CODE_OF_CONDUCT.md`
......@@ -24,7 +31,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Fix flash for video (#152)
## [4.2.0](https://github.com/imaginary-cloud/CameraManager/tree/4.2.0) - 2018-06-19
### Added
- Add properties for setting custom album names for image and video recordings (pull request #147)
......@@ -37,13 +43,11 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Memory leak in Example App
## [4.1.1](https://github.com/imaginary-cloud/CameraManager/tree/4.1.1) - 2018-05-16
### Fixed
- License
## [4.1.0](https://github.com/imaginary-cloud/CameraManager/tree/4.1.0) - 2018-05-15
### Added
- Add EXIF metadata for images and video - including location (#131)
......@@ -55,7 +59,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Fix image orientation when taking pictures with device rotation lock active
## [4.0.2](https://github.com/imaginary-cloud/CameraManager/tree/4.0.2) - 2018-05-07
### Fixed
- Using CoreMotion to get real device orientation, fixing no sound when switching camera (pull request #134)
......@@ -70,7 +73,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Repeat crash CameraManager.swift line 430 in release (issue #138)
## [4.0.1](https://github.com/imaginary-cloud/CameraManager/tree/4.0.1) - 2017-11-18
### Added
- Add @discardableResult modifiers to addPreviewLayerToView (pull request #132)
......
Pod::Spec.new do |s|
s.name = "CameraManager"
s.version = "4.2.2"
s.version = "4.2.3"
s.summary = "This is a simple Swift class to provide all the configurations you need to create custom camera view in your app. Just drag, drop and use."
s.requires_arc = true
s.homepage = "https://github.com/imaginary-cloud/CameraManager"
s.license = 'MIT'
s.author = { "torrao" => "rtorrao@imaginarycloud.com" }
s.source = { :git => "https://github.com/imaginary-cloud/CameraManager.git", :tag => "4.2.2" }
s.source = { :git => "https://github.com/imaginary-cloud/CameraManager.git", :tag => "4.2.3" }
s.social_media_url = 'http://www.imaginarycloud.com/'
s.platform = :ios, '9.0'
s.pod_target_xcconfig = { "SWIFT_VERSION" => "4.0" }
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment