Version 1.0.11

This commit is contained in:
Natalia Terlecka
2015-03-20 12:03:48 +00:00
parent b0ebfcd94b
commit 41bcc315fe
4 changed files with 9 additions and 4 deletions
+2 -2
View File
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = "CameraManager"
s.version = "1.0.10"
s.version = "1.0.11"
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.10" }
s.source = { :git => "https://github.com/imaginary-cloud/CameraManager.git", :tag => "1.0.11" }
s.social_media_url = 'http://www.imaginarycloud.com/'
s.platform = :ios, '8.0'
s.requires_arc = true