Skip to content

Commit

Permalink
Fixing source_files in podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
scalessec committed Nov 20, 2017
1 parent cdd6470 commit 345037b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Toast.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Pod::Spec.new do |s|
s.author = { "Charles Scalesse" => "scalessec@gmail.com" }
s.source = { :git => "https://github.com/scalessec/Toast.git", :tag => "4.0.0" }
s.platform = :ios
s.source_files = 'Toast/Toast','Toast-Framework/Toast.h'
s.source_files = 'Toast/Toast','Toast.h'
s.framework = 'QuartzCore'
s.requires_arc = true
end

0 comments on commit 345037b

Please sign in to comment.