Skip to content

Commit

Permalink
Updated podspec; Updated Submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
marco committed Nov 30, 2015
1 parent 41c2bcb commit 22599a1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions FFmpegWrapper-up-to-date.podspec
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
Pod::Spec.new do |s|
s.name = "FFmpegWrapper-up-to-date"
s.version = "1.1"
s.version = "1.2"
s.summary = "A lightweight Objective-C wrapper for some FFmpeg libav functions"
s.homepage = "https://github.com/Arlem/FFmpegWrapper"
s.license = 'LGPLv2.1'
s.author = { "Chris Ballinger" => "[email protected]" }
s.platform = :ios, '7.0'
s.source = { :git => "https://github.com/Arlem/FFmpegWrapper.git", :tag => "1.1"}
s.source = { :git => "https://github.com/Arlem/FFmpegWrapper.git", :tag => "1.2"}
s.source_files = 'FFmpegWrapper/*.{h,m}'
s.ios.deployment_target = '7.0'
s.requires_arc = true

s.dependency 'FFmpeg-up-to-date', '~> 2.8'
end
end
2 changes: 1 addition & 1 deletion Submodules/FFmpeg-iOS

0 comments on commit 22599a1

Please sign in to comment.