Sign in

DSIOSTeam / YBImageBrowser_DSCnliveShop · Files

GitLab

  • Back to group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • YBImageBrowser_DSCnliveShop
  • Example
  • Podfile
  • 3.1.1
    ca5150a0
    liushiyu authored
    2020-07-17 16:23:50 +0800  
    Browse Code ยป
Podfile 290 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
use_frameworks!
inhibit_all_warnings!

platform :ios, '9.0'

target 'YBImageBrowser_DSCnliveShop_Example' do
  pod 'YBImageBrowser_DSCnliveShop', :path => '../'

  target 'YBImageBrowser_DSCnliveShop_Tests' do
    inherit! :search_paths

    pod 'SDWebImage'
    pod 'YYKit'
    
  end
end