Skip to content

Commit

Permalink
Update podspec to include extras subspec
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanreed committed Oct 16, 2013
1 parent 6e6e92c commit 903491a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion QuickDialog.podspec
Expand Up @@ -16,10 +16,13 @@ Pod::Spec.new do |s|
s.source_files = 'quickdialog', '*.{h,m}'
s.requires_arc = true

subspec "Extras" do |sp|
sp.source_files = 'extras', '*.{h,m}'
end

s.prefix_header_contents = <<-EOS
#ifdef __OBJC__
#import "QuickDialog.h"
#endif
EOS
end

0 comments on commit 903491a

Please sign in to comment.