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",
17 "module_map": "module.modulemap",
21 "source_files": "SQLite/**/*",
22 "libraries": "sqlite3",
24 "SWIFT_INCLUDE_PATHS": "${PODS_ROOT}/SQLite.swift/SQLite3"
26 "preserve_paths": "SQLite3/*"