Sign in

iOS Team / CNLiveLogin · Files

GitLab

  • Back to group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • CNLiveLogin
  • Example
  • Podfile
  • no message
    1a5ca5d1
    zhangxiaowen authored
    2019-05-07 09:44:11 +0800  
    Browse Code ยป
Podfile 293 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
source 'https://github.com/CocoaPods/Specs.git'
source 'http://bj.gitlab.cnlive.com/ios-team/CNLiveRepos.git'
use_frameworks!

platform :ios, '9.0'

target 'CNLiveLogin_Example' do
  pod 'CNLiveLogin', :path => '../'

  target 'CNLiveLogin_Tests' do
    inherit! :search_paths

    
  end
end