Sign in

iOS Team / CNLivePublishContents · Files

GitLab

  • Back to group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • CNLivePublishContents
  • CNPublishContent
  • Example
  • Podfile
  • 提交
    60feb4c9
    yinqiaojuan authored
    2018-12-04 18:43:15 +0800  
    Browse Code »
Podfile 217 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13
use_frameworks!

target 'CNPublishContent_Example' do
  pod 'CNPublishContent', :path => '../'

  pod 'AFNetworking' 

  target 'CNPublishContent_Tests' do
    inherit! :search_paths
  pod 'AFNetworking' 
 
  end
end