Skip to content

Commit

Permalink
Remove unused subspec
Browse files Browse the repository at this point in the history
  • Loading branch information
joeljfischer committed Jan 19, 2016
1 parent f7f626d commit 8799302
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions SuperLogger.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,6 @@ Pod::Spec.new do |spec|
cs.dependency = 'SuperLogger/Core'
end

spec.subspec 'CoreData' do |cds|
cds.source_files = 'SuperLogger-CoreData/*.{h,m}'
cds.dependency = 'SuperLogger/Core'
end

spec.subspec 'File' do |fs|
fs.source_files = 'SuperLogger-File/*.{h,m}'
fs.dependency = 'SuperLogger/Core'
Expand Down

0 comments on commit 8799302

Please sign in to comment.