Skip to content

Commit

Permalink
fix subspec
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanreed committed Oct 16, 2013
1 parent 903491a commit 9f6d630
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion QuickDialog.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Pod::Spec.new do |s|
s.source_files = 'quickdialog', '*.{h,m}'
s.requires_arc = true

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

Expand Down

0 comments on commit 9f6d630

Please sign in to comment.