Podfile 299 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 'HHVDoctorSDK', :git => "http://code.hh-medic.com/hh_public/hhvDoctorSDK.ios.git", :branch => 'feature/medic' end