ProHUD/Podfile

15 lines
270 B
Plaintext
Raw Permalink Normal View History

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