Sign in

liangxingguo / CNLiveDemoXGTestModule · Files

GitLab

  • Back to dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • CNLiveDemoXGTestModule
  • Example
  • Podfile
  • 提交
    d0ffad3c
    梁星国 authored
    2019-11-05 19:48:11 +0800  
    Browse Code »
Podfile 327 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
use_frameworks!
source 'https://github.com/CocoaPods/Specs.git'
source 'http://bj.gitlab.cnlive.com/ios-team/CNLiveRepos.git'


platform :ios, '9.0'

target 'CNLiveDemoXGTestModule_Example' do
  pod 'CNLiveDemoXGTestModule', :path => '../'

  target 'CNLiveDemoXGTestModule_Tests' do
    inherit! :search_paths

    
  end
end