Podspec updated.

This commit is contained in:
nelanelanela 2014-10-15 16:29:31 +01:00
parent 234387f17d
commit f63c151733
4 changed files with 8 additions and 5 deletions

View File

@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = "CameraManager"
s.version = "1.0.1"
s.summary = "This is a simple class to provide all the configurations and you need to create custom camera view in your app. Just drag, drop and use."
s.version = "1.0.2"
s.summary = "This is a simple 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.1" }
s.source = { :git => "https://github.com/imaginary-cloud/CameraManager.git", :tag => "1.0.2" }
s.social_media_url = 'http://www.imaginarycloud.com/'
s.platform = :ios, '7.0'
s.requires_arc = true

3
Podfile Normal file
View File

@ -0,0 +1,3 @@
platform :ios, '7.1'
pod 'CameraManager', :git => 'https://gist.github.com/2204678.git'

View File

@ -4,8 +4,8 @@
V1.0.0 (10-Oct-2014)
####About
This is a simple class to provide all the configurations and you need to create custom camera view in your app.
Just drag, drop and use.
This is a simple class to provide all the configurations you need to create custom camera view in your app.
Just drag, drop and use.
####How to use
To use it you just add the preview layer to your desired view