Skip to content

Commit

Permalink
Removed public headers
Browse files Browse the repository at this point in the history
  • Loading branch information
matehat committed Jan 13, 2016
1 parent 2ee27df commit ddb18e9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion leveldb-library.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Pod::Spec.new do |s|
s.xcconfig = {
'CC' => 'clang',
'CXX' => 'clang++',
'HEADER_SEARCH_PATHS' => '"${PODS_ROOT}/leveldb-library/"',
'HEADER_SEARCH_PATHS' => '"${PODS_ROOT}/leveldb-library/" "${PODS_ROOT}/leveldb-library/include"',
'OTHER_LDFLAGS' => '-lc++'
}

Expand Down Expand Up @@ -71,4 +71,8 @@ Pod::Spec.new do |s|
"port/port_posix.cc"
]

s.public_header_files = [
"include/leveldb/*.{h}"
]

end

0 comments on commit ddb18e9

Please sign in to comment.