config iOS module

This commit is contained in:
pengfei.zhou
2019-07-25 20:11:12 +08:00
parent ff920621b0
commit f912c49eed
238 changed files with 1946 additions and 19007 deletions

View File

@@ -1,14 +1,17 @@
use_frameworks!
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'
target 'Example' do
target 'Doric_Example' do
pod 'Doric', :path => '../'
target 'Doric_Tests' do
target 'ExampleTests' do
inherit! :search_paths
pod 'Quick', '~> 1.2.0'
pod 'Nimble', '~> 7.0'
pod 'FBSnapshotTestCase' , '~> 2.1.4'
pod 'Nimble-Snapshots' , '~> 6.3.0'
# Pods for testing
end
target 'ExampleUITests' do
inherit! :search_paths
# Pods for testing
end
end