Skip to content

Commit

Permalink
GH-83 Update podspec private header files path
Browse files Browse the repository at this point in the history
  • Loading branch information
Dima Zen committed May 4, 2017
1 parent 91cee93 commit 36dcefc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FastEasyMapping.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ Pod::Spec.new do |spec|
spec.frameworks = 'CoreData'

spec.source_files = 'FastEasyMapping/**/*.{h,m}'
spec.private_header_files = 'FastEasyMapping/Source/Extensions/**/*{.h}'
spec.private_header_files = ['FastEasyMapping/Source/Extensions/**/*{.h}', 'FastEasyMapping/Sources/Private/**/*{.h}']
end

0 comments on commit 36dcefc

Please sign in to comment.