2015-12-22 13:18:48 +01:00

16 lines
337 B
Ruby

source 'https://github.com/CocoaPods/Specs.git'
use_frameworks!
target 'NSDate_Utils_Example', :exclusive => true do
pod "NSDate_Utils", :path => "../"
end
target 'NSDate_Utils_Tests', :exclusive => true do
pod "NSDate_Utils", :path => "../"
pod 'Specta'
pod 'Expecta'
pod 'FBSnapshotTestCase'
pod 'Expecta+Snapshots'
end