blob: 60973196571c189aede653765c2ccabe75eb7eae [file] [log] [blame]
{
"name": "SQLite.swift",
"version": "0.10.0",
"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.10.0"
},
"social_media_url": "https://twitter.com/stephencelis",
"module_name": "SQLite",
"platforms": {
"ios": "8.0",
"tvos": "9.0",
"osx": "10.9",
"watchos": "2.0"
},
"ios": {
"module_map": "CocoaPods/ios.modulemap"
},
"tvos": {
"module_map": "CocoaPods/tvos.modulemap"
},
"osx": {
"module_map": "CocoaPods/osx.modulemap"
},
"watchos": {
"module_map": "CocoaPods/watchos.modulemap"
},
"libraries": "sqlite3",
"source_files": "SQLite/**/*.{c,h,m,swift}",
"private_header_files": "SQLite/Core/fts3_tokenizer.h"
}