From 9e17ba241e5b3340c2fe24a58563986bebc8a8f5 Mon Sep 17 00:00:00 2001 From: sunxb Date: Thu, 18 Aug 2016 18:37:26 +0800 Subject: [PATCH] add "target xxx do" to podfile --- Podfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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