mirror of https://github.com/xaoxuu/ProHUD
15 lines
261 B
Plaintext
15 lines
261 B
Plaintext
|
platform :ios, '10.0'
|
||
|
use_frameworks!
|
||
|
|
||
|
target 'ProHUD' do
|
||
|
|
||
|
pod 'SnapKit', '4.2.0'
|
||
|
pod 'Inspire', :path => '../Inspire'
|
||
|
|
||
|
end
|
||
|
|
||
|
|
||
|
|
||
|
#pod install --verbose --no-repo-update #安装命令
|
||
|
#pod update --verbose --no-repo-update #更新命令
|