Skip to content

Commit

Permalink
Updated podspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
rFlex committed Feb 13, 2016
1 parent aa67565 commit 48807b9
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.6.1"
s.version = "2.7.0"
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" => "simon@corsin.me" }
s.platform = :ios, '7.0'
s.source = { :git => "https://github.com/rFlex/SCRecorder.git", :tag => "v2.6.1" }
s.source = { :git => "https://github.com/rFlex/SCRecorder.git", :tag => "v2.7.0" }
s.source_files = 'Library/Sources/*.{h,m}'
s.public_header_files = 'Library/Sources/*.h'
s.requires_arc = true
Expand Down

0 comments on commit 48807b9

Please sign in to comment.