YKMediaPlayerKit icon indicating copy to clipboard operation
YKMediaPlayerKit copied to clipboard

Podfile from example doesn't work

Open gerchicov-bp opened this issue 8 years ago • 1 comments

pod install
Re-creating CocoaPods due to major version update.
Analyzing dependencies
[!] The dependency `HCYoutubeParser (~> 0.0)` is not used in any concrete target.
The dependency `IGVimeoExtractor (~> 1.2)` is not used in any concrete target.

gerchicov-bp avatar Jan 11 '17 10:01 gerchicov-bp

You need to change to this.

platform :ios, '8.0'

target "DemoApp" do
    pod 'HCYoutubeParser'
    pod 'IGVimeoExtractor'
end

youngliuxx avatar May 14 '18 07:05 youngliuxx