Sign in

iOS Team / CNLiveBaseClass · Files

GitLab

  • Back to group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • CNLiveBaseClass
  • Example
  • Podfile
  • no message
    36560a7f
    zhangxiaowen authored
    2019-12-18 11:51:46 +0800  
    Browse Code ยป
Podfile 305 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 'CNLiveBaseClass_Example' do
  pod 'CNLiveBaseClass', :path => '../'

  target 'CNLiveBaseClass_Tests' do
    inherit! :search_paths

    
  end
end