From 1d9be668910e2cc74c9e1e2f1ecba24843a31460 Mon Sep 17 00:00:00 2001 From: Mike Stallard and Wiley Kestner Date: Wed, 14 Jan 2015 10:39:30 -0800 Subject: [PATCH] Remove nested Base folder from WatchKit's Cocoapods installation folder --- PivotalCoreKit.podspec | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/PivotalCoreKit.podspec b/PivotalCoreKit.podspec index 0b1dabb..38d7496 100644 --- a/PivotalCoreKit.podspec +++ b/PivotalCoreKit.podspec @@ -109,10 +109,8 @@ Pod::Spec.new do |s| end s.subspec 'WatchKit' do |watchkit| - watchkit.subspec 'WatchKit' do |h| - h.subspec 'Base' do |base| - base.source_files = 'WatchKit/WatchKit/*.{h,m}' - end + watchkit.subspec 'WatchKit' do |child_watchkit| + child_watchkit.source_files = 'WatchKit/WatchKit/*.{h,m}' end end end