forked from rFlex/SCRecorder
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Max Ovtsin
committed
Jul 5, 2019
1 parent
4989457
commit 6223554
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Pod::Spec.new do |s| | ||
|
||
s.name = "SCRecorder" | ||
s.version = "2.7.1" | ||
s.version = "2.7.1.1" | ||
s.summary = "The camera engine that is complete, for real." | ||
|
||
s.description = <<-DESC | ||
|
@@ -12,7 +12,7 @@ Pod::Spec.new do |s| | |
s.license = 'Apache License, Version 2.0' | ||
s.author = { "Simon CORSIN" => "[email protected]" } | ||
s.platform = :ios, '7.0' | ||
s.source = { :git => "https://github.com/bandlab/SCRecorder.git", :tag => "2.7.1" } | ||
s.source = { :git => "https://github.com/bandlab/SCRecorder.git", :tag => "2.7.1.1" } | ||
s.source_files = 'Library/Sources/*.{h,m}' | ||
s.public_header_files = 'Library/Sources/*.h' | ||
s.requires_arc = true | ||
|