Sign in

iOS Team / CNLiveServices · Files

GitLab

  • Back to group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • CNLiveServices
  • Example
  • Podfile
  • no message
    39544de2
    zhangxiaowen authored
    2019-11-12 15:15:02 +0800  
    Browse Code ยป
Podfile 302 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
use_frameworks!
source 'https://github.com/CocoaPods/Specs.git'
source 'http://bj.gitlab.cnlive.com/ios-team/CNLiveRepos.git'

platform :ios, '9.0'

target 'CNLiveServices_Example' do
  pod 'CNLiveServices', :path => '../'

  target 'CNLiveServices_Tests' do
    inherit! :search_paths

    
  end
end