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",
30 "source_files": "Sources/SQLite/**/*.{c,h,m,swift}",
31 "exclude_files": "Sources/**/Cipher.swift",
32 "libraries": "sqlite3",
37 "resources": "Tests/SQLiteTests/Resources/*",
38 "source_files": "Tests/SQLiteTests/*.swift",
49 "source_files": "Sources/SQLite/**/*.{c,h,m,swift}",
50 "exclude_files": "Sources/**/Cipher.swift",
52 "OTHER_SWIFT_FLAGS": "$(inherited) -DSQLITE_SWIFT_STANDALONE",
53 "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) SQLITE_SWIFT_STANDALONE=1"
64 "resources": "Tests/SQLiteTests/Resources/*",
65 "source_files": "Tests/SQLiteTests/*.swift",
76 "source_files": "Sources/SQLite/**/*.{c,h,m,swift}",
78 "OTHER_SWIFT_FLAGS": "$(inherited) -DSQLITE_SWIFT_SQLCIPHER",
79 "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) SQLITE_HAS_CODEC=1 SQLITE_SWIFT_SQLCIPHER=1"
90 "resources": "Tests/SQLiteTests/Resources/*",
91 "source_files": "Tests/SQLiteTests/*.swift",