• This project
    • Loading...
  • Sign in

hh_public / hhsdk.ios.demo.trtc

Logo
Go to a project
Toggle navigation
  • Projects
  • Groups
  • Snippets
  • Help
Toggle navigation pinning
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • hhsdk.ios.demo.trtc
  • Podfile
  • fix ui · 834a9158
    834a9158 Browse Files
    chengyanfang authored 2021-01-07 14:41:39 +0800
Podfile 193 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14
platform :ios, '9.0'

use_frameworks!


# 和缓视频医生 SDK demo
target 'HHMSDKDemo' do
  project './HHMSDKDemo.xcodeproj'
  pod 'SVProgressHUD'
  pod 'SnapKit'
  pod 'HH_TRTC_Mini'

end