Sign in

iOS Team / CNLiveScanGoodsCamera · Files

GitLab

  • Back to group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • CNLiveScanGoodsCamera
  • Example
  • Podfile
  • 建立项目
    cc3abe0e
    梁星国 authored
    2020-05-08 11:10:10 +0800  
    Browse Code »
Podfile 213 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13
use_frameworks!

platform :ios, '8.0'

target 'CNLiveScanGoodsCamera_Example' do
  pod 'CNLiveScanGoodsCamera', :path => '../'

  target 'CNLiveScanGoodsCamera_Tests' do
    inherit! :search_paths

    
  end
end