blob: 7e1419c0a13dcc9165b6e6862e42b5a90368276a [file] [log] [blame]
{
"name": "sqlite_orm",
"version": "1.6",
"summary": "SQLite ORM light header only library for modern C++",
"description": "C++ implementation of Google Encoded Polyline Algorithm Format.\nThe implementation guarantees to conform with the results of the Google Interactive Polyline Encoder Utility.",
"homepage": "https://github.com/fnc12/sqlite_orm",
"license": {
"type": "MIT"
},
"authors": {
"The sqlite_orm contributors": "https://github.com/fnc12/sqlite_orm/issues"
},
"source": {
"git": "https://github.com/fnc12/sqlite_orm.git",
"tag": "1.6"
},
"platforms": {
"ios": "12.0",
"osx": "10.14"
},
"pod_target_xcconfig": {
"GCC_WARN_INHIBIT_ALL_WARNINGS": "YES",
"CLANG_CXX_LANGUAGE_STANDARD": "c++17"
},
"dependencies": {
"sqlite3": [
"~> 3.35.2"
]
},
"libraries": "c++",
"source_files": "include/**/*.h"
}