15 lines
314 B
Ruby
15 lines
314 B
Ruby
use_frameworks!
|
|
|
|
target 'UIDeviceModelNames_Example' do
|
|
pod 'UIDeviceModelNames', :path => '../'
|
|
|
|
target 'UIDeviceModelNames_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
|