[Add] APDDTExchangeAdapter 3.4.1.0
[CocoaPods.git] / Specs / 3 / e / c / SQLCppBridge / 1.0.30 / SQLCppBridge.podspec.json
blob6dc1a3675f9d691ddaaa7ed6f5f14f0f4a47ab2d
2   "name": "SQLCppBridge",
3   "version": "1.0.30",
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": "10.10",
14     "watchos": "5.0"
15   },
16   "source": {
17     "git": "https://github.com/GVNG/SQLCPPBridgeFramework.git",
18     "tag": "v1.0.30"
19   },
20   "source_files": "SQLBridge/**/*.{h,cpp}",
21   "public_header_files": "SQLBridge/include/*.h",
22   "xcconfig": {
23     "CLANG_CXX_LANGUAGE_STANDARD": "c++14",
24     "CLANG_CXX_LIBRARY": "libc++"
25   },
26   "libraries": "sqlite3"