ProHUD/Podfile

15 lines
272 B
Plaintext
Raw 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
2020-06-10 13:08:34 +08:00
# pod 'SnapKit', '5.0.1'
# pod 'Inspire', '1.1.0' # :path => '../Inspire'
2019-08-05 20:13:17 +08:00
end
#pod install --verbose --no-repo-update #安装命令
#pod update --verbose --no-repo-update #更新命令