2 "name": "SQLite.swift",
4 "summary": "A type-safe, Swift-language layer over SQLite3.",
5 "description": "SQLite.swift provides compile-time confidence in SQL statement syntax and\nintent.",
6 "homepage": "https://github.com/stephencelis/SQLite.swift",
9 "Stephen Celis": "stephen@stephencelis.com"
12 "git": "https://github.com/stephencelis/SQLite.swift.git",
15 "social_media_url": "https://twitter.com/stephencelis",
16 "module_name": "SQLite",
17 "default_subspecs": "standard",
31 "source_files": "Sources/SQLite/**/*.{c,h,m,swift}",
32 "exclude_files": "Sources/**/Cipher.swift",
33 "libraries": "sqlite3",
35 "SQLite.swift": "Sources/SQLite/PrivacyInfo.xcprivacy"
48 "resources": "Tests/SQLiteTests/Resources/*",
49 "source_files": "Tests/SQLiteTests/*.swift",
60 "source_files": "Sources/SQLite/**/*.{c,h,m,swift}",
61 "exclude_files": "Sources/**/Cipher.swift",
63 "SQLite.swift": "Sources/SQLite/PrivacyInfo.xcprivacy"
66 "OTHER_SWIFT_FLAGS": "$(inherited) -DSQLITE_SWIFT_STANDALONE",
67 "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) SQLITE_SWIFT_STANDALONE=1"
85 "resources": "Tests/SQLiteTests/Resources/*",
86 "source_files": "Tests/SQLiteTests/*.swift",
97 "source_files": "Sources/SQLite/**/*.{c,h,m,swift}",
99 "SQLite.swift": "Sources/SQLite/PrivacyInfo.xcprivacy"
102 "OTHER_SWIFT_FLAGS": "$(inherited) -DSQLITE_SWIFT_SQLCIPHER",
103 "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) SQLITE_HAS_CODEC=1 SQLITE_SWIFT_SQLCIPHER=1"
120 "resources": "Tests/SQLiteTests/Resources/*",
121 "source_files": "Tests/SQLiteTests/*.swift",