9 lines
147 B
Ruby
9 lines
147 B
Ruby
platform :ios, '8.0'
|
|
|
|
use_frameworks!
|
|
|
|
target "MobileFFmpegTest" do
|
|
pod 'mobile-ffmpeg-full', '~> 2.1.1'
|
|
pod 'NMEasyTipView', '~> 1.1'
|
|
end
|