16 lines
321 B
Ruby
16 lines
321 B
Ruby
source 'https://github.com/CocoaPods/Specs.git'
|
|
use_frameworks!
|
|
|
|
target 'UIDevice-Utils_Example' do
|
|
pod "UIDevice-Utils", :path => "../"
|
|
end
|
|
|
|
target 'UIDevice-Utils_Tests' do
|
|
pod "UIDevice-Utils", :path => "../"
|
|
|
|
pod 'Specta'
|
|
pod 'Expecta'
|
|
pod 'FBSnapshotTestCase'
|
|
pod 'Expecta+Snapshots'
|
|
end
|