ProHUD/Example-Old/Podfile

17 lines
292 B
Plaintext
Raw Permalink Normal View History

2019-07-31 17:40:39 +08:00
platform :ios, '10.0'
use_frameworks!
target 'Example' do
2020-06-15 18:58:13 +08:00
2019-07-31 17:40:39 +08:00
pod 'ProHUD', :path => '..'
2020-06-15 18:58:13 +08:00
pod 'SnapKit', '5.0.0'
pod 'Inspire', :path => '../../Inspire'
2019-07-31 17:40:39 +08:00
end
#pod install --verbose --no-repo-update #安装命令
#pod update --verbose --no-repo-update #更新命令