Podfile 307 Bytes
source 'https://github.com/CocoaPods/Specs.git'
source 'http://bj.gitlab.cnlive.com/ios-team/CNLiveRepos.git'
use_frameworks!

platform :ios, '9.0'

target 'CNLivePlayer_Example' do
  pod 'CNLivePlayer', :path => '../'
  pod 'YYImage'

  target 'CNLivePlayer_Tests' do
    inherit! :search_paths

  end
end