blob: 16c34b4846634b71acbfda4432c0021de72d1164 [file] [log] [blame]
{
"name": "SQLite.swift",
"version": "0.9.1",
"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/stephencelis/SQLite.swift.git",
"tag": "0.9.1"
},
"social_media_url": "https://twitter.com/stephencelis",
"module_name": "SQLite",
"platforms": {
"ios": "8.0"
},
"source_files": "SQLite/**/*",
"private_header_files": "SQLite/Core/fts3_tokenizer.h",
"libraries": "sqlite3",
"xcconfig": {
"SWIFT_INCLUDE_PATHS": "${PODS_ROOT}/SQLite.swift/SQLite3"
},
"preserve_paths": "SQLite3/*"
}