2015-12-17 16:55:03 +01:00

19 lines
395 B
Ruby

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