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,SQLiteObjc}/**/*.{c,h,m,swift}",
31 "exclude_files": "Sources/**/Cipher.swift",
32 "private_header_files": "Sources/SQLiteObjc/fts3_tokenizer.h",
33 "libraries": "sqlite3",
38 "resources": "Tests/SQLiteTests/fixtures/*",
39 "source_files": "Tests/SQLiteTests/*.swift",
50 "source_files": "Sources/{SQLite,SQLiteObjc}/**/*.{c,h,m,swift}",
51 "exclude_files": "Sources/**/Cipher.swift",
52 "private_header_files": "Sources/SQLiteObjc/fts3_tokenizer.h",
54 "OTHER_SWIFT_FLAGS": "$(inherited) -DSQLITE_SWIFT_STANDALONE",
55 "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) SQLITE_SWIFT_STANDALONE=1"
66 "resources": "Tests/SQLiteTests/fixtures/*",
67 "source_files": "Tests/SQLiteTests/*.swift",
78 "source_files": "Sources/{SQLite,SQLiteObjc}/**/*.{c,h,m,swift}",
79 "private_header_files": "Sources/SQLiteObjc/fts3_tokenizer.h",
81 "OTHER_SWIFT_FLAGS": "$(inherited) -DSQLITE_SWIFT_SQLCIPHER",
82 "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) SQLITE_HAS_CODEC=1 SQLITE_SWIFT_SQLCIPHER=1"
93 "resources": "Tests/SQLiteTests/fixtures/*",
94 "source_files": "Tests/SQLiteTests/*.swift",