commond line tools auto replace sdk version

This commit is contained in:
pengfei.zhou
2020-03-21 10:26:57 +08:00
committed by osborn
parent f311b21f64
commit 0db94701d6
5 changed files with 20 additions and 10 deletions

View File

@@ -6,5 +6,5 @@ target 'Example' do
use_frameworks!
# Pods for Example
pod 'DoricCore', '~>0.3.8'
pod 'DoricCore', '~>__$Version__'
end