Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Commit

Permalink
Merge pull request #272 from bizz84/master
Browse files Browse the repository at this point in the history
Removed cs.default_subspec from subspecs as this is now disallowed
  • Loading branch information
swisspol authored Jul 15, 2016
2 parents 5834770 + 7c08c54 commit 43555c6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions GCDWebServer.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ Pod::Spec.new do |s|
end

s.subspec 'WebDAV' do |cs|
cs.default_subspec = 'Core'

cs.subspec "Core" do |ccs|
ccs.dependency 'GCDWebServer/Core'
ccs.source_files = 'GCDWebDAVServer/*.{h,m}'
Expand All @@ -58,8 +56,6 @@ Pod::Spec.new do |s|
end

s.subspec 'WebUploader' do |cs|
cs.default_subspec = 'Core'

cs.subspec "Core" do |ccs|
ccs.dependency 'GCDWebServer/Core'
ccs.source_files = 'GCDWebUploader/*.{h,m}'
Expand Down

0 comments on commit 43555c6

Please sign in to comment.