diff --git a/Podfile b/Podfile index 1cb0e9b..b582112 100644 --- a/Podfile +++ b/Podfile @@ -1,5 +1,6 @@ source 'https://github.com/CocoaPods/Specs' platform :ios, "7.0" - -pod "pop" +target ‘Popping’ do + pod "pop" +end \ No newline at end of file