Skip to content

Commit

Permalink
Remove example project files from Podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
andygeers committed Feb 11, 2015
1 parent 24bcfb1 commit 07efbc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DDCoachMarks.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Pod::Spec.new do |s|
s.author = { "Darin Doria" => "[email protected]" }
s.source = { :git => "https://github.com/ddoria921/DDCoachMarks.git", :branch => "master" }
s.platform = :ios, '6.0'
s.source_files = 'Coach Marks/*.{h,m}'
s.source_files = 'Coach Marks/DD*.{h,m}'
s.frameworks = 'Foundation', 'UIKit', 'QuartzCore'
s.requires_arc = true
end

0 comments on commit 07efbc7

Please sign in to comment.