Skip to content

Instantly share code, notes, and snippets.

View Gladkov-Art's full-sized avatar

Artem Gladkov Gladkov-Art

  • Russia, Moscow
View GitHub Profile
Pod::Spec.new do |s|
s.name = "FFmpegBin"
s.version = "0.1.0"
s.summary = "The latest version of FFmpeg for iOS"
s.description = "FFmped libraries for iOS"
s.homepage = "https://ffmpeg.org"
s.license = 'MIT'
s.author = { "iOS" => "ewg--777@ya.ru" }
s.source = { :http => "https://downloads.sourceforge.net/project/ffmpeg-ios/ffmpeg-ios-master.tar.bz2" }
s.platform = :ios, '8.0'