blob: 6bdc21d860403ad22c778bad40a0f73293b99a58 [file] [log] [blame]
{
"name": "SQLite.swift",
"version": "0.9.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.9.0"
},
"social_media_url": "https://twitter.com/stephencelis",
"module_name": "SQLite",
"module_map": "module.modulemap",
"platforms": {
"ios": "8.0"
},
"source_files": "SQLite/**/*",
"libraries": "sqlite3",
"xcconfig": {
"SWIFT_INCLUDE_PATHS": "${PODS_ROOT}/SQLite.swift/SQLite3"
},
"preserve_paths": "SQLite3/*"
}