diff --git a/CameraManager.podspec b/CameraManager.podspec index f1c8f3e..5a7dc30 100644 --- a/CameraManager.podspec +++ b/CameraManager.podspec @@ -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 diff --git a/Podfile b/Podfile new file mode 100644 index 0000000..0973406 --- /dev/null +++ b/Podfile @@ -0,0 +1,3 @@ +platform :ios, '7.1' + +pod 'CameraManager', :git => 'https://gist.github.com/2204678.git' \ No newline at end of file diff --git a/README.md b/README.md index e2b784d..cd450ed 100755 --- a/README.md +++ b/README.md @@ -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 diff --git a/camera.xcodeproj/project.xcworkspace/xcuserdata/nataliaterlecka.xcuserdatad/UserInterfaceState.xcuserstate b/camera.xcodeproj/project.xcworkspace/xcuserdata/nataliaterlecka.xcuserdatad/UserInterfaceState.xcuserstate index 7d64655..d4f6477 100644 Binary files a/camera.xcodeproj/project.xcworkspace/xcuserdata/nataliaterlecka.xcuserdatad/UserInterfaceState.xcuserstate and b/camera.xcodeproj/project.xcworkspace/xcuserdata/nataliaterlecka.xcuserdatad/UserInterfaceState.xcuserstate differ