ProHUD/Example/Podfile

17 lines
311 B
Plaintext
Raw Normal View History

2019-07-31 17:40:39 +08:00
platform :ios, '10.0'
use_frameworks!
target 'Example' do
pod 'ProHUD', :path => '..'
pod 'SnapKit', '4.2.0'
2019-08-21 09:30:09 +08:00
pod 'Inspire', '1.0.5' # :path => '../Inspire'
2019-07-31 17:40:39 +08:00
end
#pod install --verbose --no-repo-update #安装命令
#pod update --verbose --no-repo-update #更新命令