Sign in

DSIOSTeam / DSCnliveShopSDKToolsModuleF · Files

GitLab

  • Back to group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • DSCnliveShopSDKToolsModuleF
  • Example
  • Podfile
  • 0.0.6
    9d1d1c39
    毕珂 authored
    2020-03-03 15:08:28 +0800  
    Browse Code »
Podfile 231 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13
use_frameworks!

platform :ios, '8.0'

target 'DSCnliveShopSDKToolsModuleF_Example' do
  pod 'DSCnliveShopSDKToolsModuleF', :path => '../'

  target 'DSCnliveShopSDKToolsModuleF_Tests' do
    inherit! :search_paths

    
  end
end