Sign in

iOS Team / CNLiveDemo_LXG · Files

GitLab

  • Back to group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • CNLiveDemo_LXG
  • Example
  • Podfile
  • 测试 ...
    7d4957a7
    提交测试
    梁星国 authored
    2018-12-04 12:48:28 +0800  
    Browse Code »
Podfile 261 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
use_frameworks!
inhibit_all_warnings!

target 'CNLiveDemo_LXG_Example' do
  pod 'CNLiveDemo_LXG', :path => '../'
  
  pod 'AFNetworking', '~> 2.3'

#  target 'CNLiveDemo_LXG_Tests' do
#    inherit! :search_paths
#
#    pod 'AFNetworking', '~> 2.3'
#
#  end
end