2 "name": "SQLite.swift",
4 "summary": "A type-safe, Swift-language layer over SQLite3 for iOS and OS X.",
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",
23 "default_subspecs": "standard",
24 "pod_target_xcconfig": {
25 "SWIFT_VERSION": "4.1"
30 "source_files": "Sources/{SQLite,SQLiteObjc}/**/*.{c,h,m,swift}",
31 "exclude_files": "Sources/**/Cipher.swift",
32 "private_header_files": "Sources/SQLiteObjc/*.h",
33 "libraries": "sqlite3",
38 "resources": "Tests/SQLiteTests/fixtures/*",
39 "source_files": "Tests/SQLiteTests/*.swift"
45 "source_files": "Sources/{SQLite,SQLiteObjc}/**/*.{c,h,m,swift}",
46 "exclude_files": "Sources/**/Cipher.swift",
47 "private_header_files": "Sources/SQLiteObjc/*.h",
49 "OTHER_SWIFT_FLAGS": "$(inherited) -DSQLITE_SWIFT_STANDALONE"
60 "resources": "Tests/SQLiteTests/fixtures/*",
61 "source_files": "Tests/SQLiteTests/*.swift"
67 "source_files": "Sources/{SQLite,SQLiteObjc}/**/*.{c,h,m,swift}",
68 "private_header_files": "Sources/SQLiteObjc/*.h",
70 "OTHER_SWIFT_FLAGS": "$(inherited) -DSQLITE_SWIFT_SQLCIPHER",
71 "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) SQLITE_HAS_CODEC=1"
82 "resources": "Tests/SQLiteTests/fixtures/*",
83 "source_files": "Tests/SQLiteTests/*.swift"