We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d99291 commit eb27d4dCopy full SHA for eb27d4d
SQLite.swift.podspec
@@ -20,14 +20,13 @@ Pod::Spec.new do |s|
20
s.social_media_url = 'https://twitter.com/stephencelis'
21
22
s.module_name = 'SQLite'
23
- s.module_map = 'module.modulemap'
24
s.ios.deployment_target = "8.0"
25
26
s.source_files = 'SQLite/**/*'
+ s.private_header_files = 'SQLite/Core/fts3_tokenizer.h'
27
28
# make the sqlite3 C library behave like a module
29
s.libraries = 'sqlite3'
30
s.xcconfig = { 'SWIFT_INCLUDE_PATHS' => '${PODS_ROOT}/SQLite.swift/SQLite3' }
31
s.preserve_path = 'SQLite3/*'
32
-
33
end
module.modulemap
0 commit comments