diff --git a/CameraManager.podspec b/CameraManager.podspec index acf1227..88ec158 100644 --- a/CameraManager.podspec +++ b/CameraManager.podspec @@ -1,11 +1,11 @@ Pod::Spec.new do |s| s.name = "CameraManager" - s.version = "1.0.4" - 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.version = “1.0.5” + 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.4" } + s.source = { :git => "https://github.com/imaginary-cloud/CameraManager.git", :tag => “1.0.5” } s.social_media_url = 'http://www.imaginarycloud.com/' s.platform = :ios, '7.0' s.requires_arc = true diff --git a/README.md b/README.md index 0c05277..836e6a7 100755 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ ####Camera Manager -V1.0.4 (16-Oct-2014) +V1.0.5 (22-Oct-2014) ####About This is a simple swift class to provide all the configurations you need to create custom camera view in your app. diff --git a/camera.xcodeproj/project.xcworkspace/xcuserdata/nataliaterlecka.xcuserdatad/UserInterfaceState.xcuserstate b/camera.xcodeproj/project.xcworkspace/xcuserdata/nataliaterlecka.xcuserdatad/UserInterfaceState.xcuserstate index 9ec4edf..e497e87 100644 Binary files a/camera.xcodeproj/project.xcworkspace/xcuserdata/nataliaterlecka.xcuserdatad/UserInterfaceState.xcuserstate and b/camera.xcodeproj/project.xcworkspace/xcuserdata/nataliaterlecka.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/camera/CameraManager.swift b/camera/CameraManager.swift index 6bcd918..4321587 100644 --- a/camera/CameraManager.swift +++ b/camera/CameraManager.swift @@ -579,7 +579,7 @@ class CameraManager: NSObject, AVCaptureFileOutputRecordingDelegate { } } - private func _show (title: String, message: String) + private func _show(title: String, message: String) { if self.showErrorsToUsers { dispatch_async(dispatch_get_main_queue(), { () -> Void in