Version 1.0.9

This commit is contained in:
Natalia Terlecka 2015-03-06 17:48:26 +00:00
parent eea00d4499
commit 43910bafc0
3 changed files with 3 additions and 3 deletions

View File

@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = "CameraManager"
s.version = "1.0.8"
s.version = "1.0.9"
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.8" }
s.source = { :git => "https://github.com/imaginary-cloud/CameraManager.git", :tag => "1.0.9" }
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.8 (13-Jan-2015)
V1.0.9 (6-Mar-2015)
####About
This is a simple swift class to provide all the configurations you need to create custom camera view in your app.