Skip to content

Commit

Permalink
Merge pull request #6 from dissimiral/master
Browse files Browse the repository at this point in the history
bump version
  • Loading branch information
Max Ovtsin authored Jul 5, 2019
2 parents 3a222c5 + 6223554 commit 4b210db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SCRecorder.podspec
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
Expand All @@ -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
Expand Down

0 comments on commit 4b210db

Please sign in to comment.