2 "name": "NSQLite.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/nghiaphunguyen/SQLite.swift.git",
15 "social_media_url": "https://twitter.com/stephencelis",
16 "module_name": "SQLite",
22 "module_map": "podstuff/module.modulemap",
23 "libraries": "sqlite3",
24 "source_files": "SQLite/**/*.{c,h,m,swift}",
25 "private_header_files": "SQLite/Core/fts3_tokenizer.h"