2016-03-15 20:29:49 +01:00

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