[Add] GluedInFeedSDK 2.5.1
[CocoaPods.git] / Specs / 3 / e / c / SQLCppBridge / 1.1.18 / SQLCppBridge.podspec.json
blob872cf08d1bc293ee9dce42ae9f7a8a9ea76aecb3
2   "name": "SQLCppBridge",
3   "version": "1.1.18",
4   "summary": "Simplification of using SQL from C++ code",
5   "description": "The purpose of this framework is to provide the most simplest way of mapping an\n  arbitrary structure of C ++ / STL derived classes on a flat SQL-table. The\n  framework also provides methods for reading and writing (synchronous / asynchronous),\ndelete and edit data both as whole containers and as individual elements of them.\nCurrently SQLite implementation for MacOSX and iOS is used for data storing but you\ncan work adapters further to be compatible with any SQL-like library. In addition,\nall the work on forming SQL statements is made inside the library and does not require\nintervention and any improvements on the outside.",
6   "homepage": "https://github.com/GVNG/SQLCPPBridgeFramework",
7   "license": "BSD 3-Clause",
8   "authors": {
9     "Roman Makhnenko": "gvng@dataart.com"
10   },
11   "platforms": {
12     "ios": "13.0",
13     "osx": "11.0",
14     "watchos": "6.0"
15   },
16   "source": {
17     "git": "https://github.com/GVNG/SQLCPPBridgeFramework.git",
18     "tag": "v1.1.18"
19   },
20   "source_files": "SQLBridge/**/*.{h,cpp}",
21   "public_header_files": "SQLBridge/include/sqlcppbridge/*.h",
22   "xcconfig": {
23     "CLANG_CXX_LANGUAGE_STANDARD": "c++14"
24   },
25   "libraries": "sqlite3"