init iOS module
This commit is contained in:
14
iOS/Example/Podfile
Normal file
14
iOS/Example/Podfile
Normal file
@@ -0,0 +1,14 @@
|
||||
use_frameworks!
|
||||
|
||||
target 'Doric_Example' do
|
||||
pod 'Doric', :path => '../'
|
||||
|
||||
target 'Doric_Tests' do
|
||||
inherit! :search_paths
|
||||
|
||||
pod 'Quick', '~> 1.2.0'
|
||||
pod 'Nimble', '~> 7.0'
|
||||
pod 'FBSnapshotTestCase' , '~> 2.1.4'
|
||||
pod 'Nimble-Snapshots' , '~> 6.3.0'
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user