2015-11-09 12:36:56 +01:00

16 lines
345 B
Ruby

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