2 "name": "SQLite.swift",
4 "summary": "A type-safe, Swift-language layer over SQLite3 for iOS and macOS.",
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",
33 "source_files": "Sources/{SQLite,SQLiteObjc}/**/*.{c,h,m,swift}",
34 "exclude_files": "Sources/**/Cipher.swift",
35 "private_header_files": "Sources/SQLiteObjc/*.h",
36 "libraries": "sqlite3",
41 "resources": "Tests/SQLiteTests/fixtures/*",
42 "source_files": "Tests/SQLiteTests/*.swift",
53 "source_files": "Sources/{SQLite,SQLiteObjc}/**/*.{c,h,m,swift}",
54 "exclude_files": "Sources/**/Cipher.swift",
55 "private_header_files": "Sources/SQLiteObjc/*.h",
57 "OTHER_SWIFT_FLAGS": "$(inherited) -DSQLITE_SWIFT_STANDALONE"
68 "resources": "Tests/SQLiteTests/fixtures/*",
69 "source_files": "Tests/SQLiteTests/*.swift",
80 "source_files": "Sources/{SQLite,SQLiteObjc}/**/*.{c,h,m,swift}",
81 "private_header_files": "Sources/SQLiteObjc/*.h",
83 "OTHER_SWIFT_FLAGS": "$(inherited) -DSQLITE_SWIFT_SQLCIPHER",
84 "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) SQLITE_HAS_CODEC=1"
95 "resources": "Tests/SQLiteTests/fixtures/*",
96 "source_files": "Tests/SQLiteTests/*.swift",