This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
Doric/doric-cli/target/iOS/Podfile

13 lines
335 B
Plaintext
Raw Normal View History

2020-03-31 19:30:20 +08:00
source 'https://cdn.cocoapods.org/'
2019-12-05 21:15:16 +08:00
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'
2020-03-31 19:20:22 +08:00
target '__$__' do
2019-12-05 21:15:16 +08:00
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!
2020-03-31 19:20:22 +08:00
# Pods for __$__
pod 'DoricCore', '~>__$Version__'
2020-03-21 11:10:20 +08:00
pod 'DoricDevkit', '~>__$Version__'
2019-12-05 21:15:16 +08:00
end