New version compatible with Xcode 6.1

This commit is contained in:
nelanelanela 2014-10-30 10:39:48 +00:00
parent 420d74b51d
commit dd52b8d186
3 changed files with 4 additions and 4 deletions

View File

@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = "CameraManager"
s.version = "1.0.6"
s.version = "1.0.7"
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.6" }
s.source = { :git => "https://github.com/imaginary-cloud/CameraManager.git", :tag => "1.0.7" }
s.social_media_url = 'http://www.imaginarycloud.com/'
s.platform = :ios, '7.0'
s.requires_arc = true

View File

@ -1,7 +1,7 @@
####Camera Manager
V1.0.6 (28-Oct-2014)
V1.0.7 (30-Oct-2014)
####About
This is a simple swift class to provide all the configurations you need to create custom camera view in your app.
@ -84,4 +84,4 @@ Supports iOS 7 and above
####License
Copyright © 2014 ImaginaryCloud, imaginarycloud.com. This plugin is licensed under the MIT license.
Copyright © 2014 ImaginaryCloud, imaginarycloud.com. This library is licensed under the MIT license.