Skip to content

Commit 2188cb8

Browse files
committed
Podspec update to v4.2.0
1 parent 7ad02aa commit 2188cb8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

LLSimpleCamera.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "LLSimpleCamera"
3-
s.version = "4.1.0"
3+
s.version = "4.2.0"
44
s.summary = "LLSimpleCamera: A simple customizable camera - video recorder control."
55
s.description = <<-DESC
66
LLSimpleCamera is a library for creating a customized camera screens similar to snapchat's. You don't have to present the camera in a new view controller. You can capture images or record videos very easily.
@@ -15,7 +15,7 @@ hides the nitty gritty details from the developer
1515
s.license = { :type => 'APACHE', :file => 'LICENSE' }
1616
s.author = { "Ömer Faruk Gül" => "omergul123@gmail.com" }
1717
s.platform = :ios,'7.0'
18-
s.source = { :git => "https://github.com/omergul123/LLSimpleCamera.git", :tag => "v4.1.0" }
18+
s.source = { :git => "https://github.com/omergul123/LLSimpleCamera.git", :tag => "v4.2.0" }
1919
s.source_files = 'LLSimpleCamera/*.{h,m}'
2020
s.requires_arc = true
2121
s.framework = 'AVFoundation'

0 commit comments

Comments
 (0)