blob: b84a79134d55959a54dbf973dfe256cf1216f579 [file] [log] [blame]
{
"name": "NSQLite.swift",
"version": "0.10.10",
"summary": "A type-safe, Swift-language layer over SQLite3 for iOS and OS X.",
"description": "SQLite.swift provides compile-time confidence in SQL statement syntax and\nintent.",
"homepage": "https://github.com/stephencelis/SQLite.swift",
"license": "MIT",
"authors": {
"Stephen Celis": "stephen@stephencelis.com"
},
"source": {
"git": "https://github.com/nghiaphunguyen/SQLite.swift.git",
"tag": "0.10.10"
},
"social_media_url": "https://twitter.com/stephencelis",
"module_name": "SQLite",
"platforms": {
"ios": "8.0",
"tvos": "9.0",
"osx": "10.9"
},
"module_map": "podstuff/module.modulemap",
"libraries": "sqlite3",
"source_files": "SQLite/**/*.{c,h,m,swift}",
"private_header_files": "SQLite/Core/fts3_tokenizer.h"
}