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/iOS/Example/Podfile
2019-07-25 19:30:14 +08:00

15 lines
275 B
Ruby

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