add init iOS

This commit is contained in:
pengfei.zhou
2019-12-05 21:15:16 +08:00
parent 1f23ae8958
commit 9d281d6911
22 changed files with 927 additions and 1 deletions

10
target/iOS/Podfile Normal file
View File

@@ -0,0 +1,10 @@
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'
target 'Example' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!
# Pods for Example
pod 'Doric-framework'
end