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