Podspec updated.
This commit is contained in:
parent
234387f17d
commit
f63c151733
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -0,0 +1,3 @@
|
|||
platform :ios, '7.1'
|
||||
|
||||
pod 'CameraManager', :git => 'https://gist.github.com/2204678.git'
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Reference in New Issue