Skip to content

Commit

Permalink
Fix podspec error
Browse files Browse the repository at this point in the history
  • Loading branch information
Dima Zen committed May 10, 2017
1 parent 7127a92 commit 489a2d1
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/Sources/Private/**/*{.h}'
spec.private_header_files = 'FastEasyMapping/Source/Private/**/*{.h}'
end

0 comments on commit 489a2d1

Please sign in to comment.