2015-12-16 16:31:02 +01:00

16 lines
365 B
Ruby

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