Podspec file added.

This commit is contained in:
nelanelanela 2014-10-15 15:37:04 +01:00
parent f5b2384964
commit 4b70a0258c
2 changed files with 13 additions and 0 deletions

13
CameraManager.podspec Normal file
View File

@ -0,0 +1,13 @@
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.homepage = "https://github.com/imaginary-cloud/CameraManager"
s.license = 'MIT'
s.author = { "nelanelanela" => "nterlecka@imaginarycloud.com" }
s.source = { :git => "https://gist.github.com/2204678.git", :tag => "1.0.1" }
s.social_media_url = 'http://www.imaginarycloud.com/'
s.platform = :ios, '7.0'
s.requires_arc = true
s.source_files = 'camera/CameraManager.swift'
end