Skip to content

Commit

Permalink
Made SQLite helper functions private to allow module building
Browse files Browse the repository at this point in the history
  • Loading branch information
odrobnik committed Apr 6, 2016
1 parent 98344d9 commit 812faa3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions DTFoundation.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ Pod::Spec.new do |spec|
ss.osx.deployment_target = '10.6'
ss.library = 'sqlite3'
ss.source_files = 'Core/Source/DTSQLite/*.{h,m}'
ss.private_header_files = 'Core/Source/DTSQLite/DTSQLiteFunctions.h'
ss.dependency 'DTFoundation/Core'
end

Expand Down

0 comments on commit 812faa3

Please sign in to comment.