Skip to content
This repository has been archived by the owner on Mar 24, 2022. It is now read-only.

Commit

Permalink
Remove nested Base folder from WatchKit's Cocoapods installation folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Stallard and Wiley Kestner committed Jan 14, 2015
1 parent 06e290b commit 1d9be66
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions PivotalCoreKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 1d9be66

Please sign in to comment.