Sign in

iOS Team / DSCnliveShopSDK · Files

GitLab

  • Back to group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • DSCnliveShopSDK
  • Example
  • Podfile
  • 0.3.8.001 测试视频跳转
    2fe24c7d
    毕珂 authored
    2020-02-18 19:10:02 +0800  
    Browse Code »
Podfile 197 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 'DSCnliveShopSDK_Example' do
  pod 'DSCnliveShopSDK', :path => '../'
  
  target 'DSCnliveShopSDK_Tests' do
    inherit! :search_paths

    
  end
end