Sign in

iOS Team / CNLiveCServiceModule · Files

GitLab

  • Back to group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • CNLiveCServiceModule
  • Example
  • Podfile
  • 创建服务号组件
    3644363e
    yanglingyu authored
    2021-11-22 10:17:40 +0800  
    Browse Code »
Podfile 210 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13
use_frameworks!

platform :ios, '9.0'

target 'CNLiveCServiceModule_Example' do
  pod 'CNLiveCServiceModule', :path => '../'

  target 'CNLiveCServiceModule_Tests' do
    inherit! :search_paths

    
  end
end