diff --git a/Example/Podfile b/Example/Podfile index a4e1ba9..f8e55a3 100644 --- a/Example/Podfile +++ b/Example/Podfile @@ -1,11 +1,11 @@ source 'https://github.com/CocoaPods/Specs.git' use_frameworks! -target 'StatusBarNotificationCenter_Example', :exclusive => true do +target 'StatusBarNotificationCenter_Example' do pod "StatusBarNotificationCenter", :path => "../" end -target 'StatusBarNotificationCenter_Tests', :exclusive => true do +target 'StatusBarNotificationCenter_Tests' do pod "StatusBarNotificationCenter", :path => "../"