[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 3 / e / c / SQLCppBridge / 1.0.26 / SQLCppBridge.podspec.json
blobba0c5285a4e39d9c7232b1f99b727499211fa548
2   "name": "SQLCppBridge",
3   "version": "1.0.26",
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": "12.0",
13     "osx": "10.10",
14     "watchos": "5.0"
15   },
16   "source": {
17     "git": "https://github.com/GVNG/SQLCPPBridgeFramework.git",
18     "tag": "v1.0.26"
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"