Version 1.0.12
This commit is contained in:
parent
60e95a75fa
commit
8d1cb4afec
|
|
@ -1,11 +1,11 @@
|
|||
Pod::Spec.new do |s|
|
||||
s.name = "CameraManager"
|
||||
s.version = "1.0.11"
|
||||
s.version = "1.0.12"
|
||||
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.homepage = "https://github.com/imaginary-cloud/CameraManager"
|
||||
s.license = 'MIT'
|
||||
s.author = { "nelanelanela" => "nterlecka@imaginarycloud.com" }
|
||||
s.source = { :git => "https://github.com/imaginary-cloud/CameraManager.git", :tag => "1.0.11" }
|
||||
s.source = { :git => "https://github.com/imaginary-cloud/CameraManager.git", :tag => "1.0.12" }
|
||||
s.social_media_url = 'http://www.imaginarycloud.com/'
|
||||
s.platform = :ios, '8.0'
|
||||
s.requires_arc = true
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
|
||||
####Camera Manager
|
||||
|
||||
V1.0.11 (20-Mar-2015)
|
||||
V1.0.12 (23-Mar-2015)
|
||||
|
||||
####About
|
||||
This is a simple swift class to provide all the configurations you need to create custom camera view in your app.
|
||||
|
|
@ -45,7 +45,7 @@ CameraManager.sharedInstance.cameraOutputQuality = .Medium
|
|||
CameraManager.sharedInstance.cameraOutputQuality = .High
|
||||
```
|
||||
|
||||
And flash mode:
|
||||
And flash mode (it will also set corresponding torch mode for video shoot):
|
||||
```swift
|
||||
CameraManager.sharedInstance.flashMode = .Off
|
||||
CameraManager.sharedInstance.flashMode = .On
|
||||
|
|
|
|||
|
|
@ -15,11 +15,11 @@
|
|||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.0.10</string>
|
||||
<string>1.0.12</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>2</string>
|
||||
<string>1</string>
|
||||
<key>LSRequiresIPhoneOS</key>
|
||||
<true/>
|
||||
<key>UILaunchStoryboardName</key>
|
||||
|
|
|
|||
Loading…
Reference in New Issue