Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
malhal committed Jun 21, 2016
1 parent fcc88f1 commit faef6bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion MHMeteor.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ Pod::Spec.new do |s|
s.requires_arc = true

s.source_files = 'MHMeteor/**/*.{h,m}', 'dependencies/**/*.{h,m}'
s.private_header_files = 'dependencies/**/*.h'
s.public_header_files = 'MHMeteor/**/*.h'
#s.private_header_files = 'dependencies/**/*.h'
s.prefix_header_file = 'MHMeteor/MHMeteor-Prefix.pch'

# s.public_header_files = 'Pod/Classes/**/*.h'
Expand Down

0 comments on commit faef6bd

Please sign in to comment.