[Add] VisionSDK 1.6.1
[CocoaPods.git] / Specs / 7 / 2 / c / OHMySQL / 3.2.0 / OHMySQL.podspec.json
blob3f5298fb04d7bd782b5cf0f726a7fa476c40e316
2   "name": "OHMySQL",
3   "version": "3.2.0",
4   "summary": "The Objective-C wrapper for mysqlclient (MySQL C API)",
5   "description": "You can connect to your remote MySQL database using OHMySQL API. It allows you doing queries in easy and object-oriented way. Common queries such as SELECT, INSERT, DELETE, JOIN are wrapped by Objective-C code and you don't need to dive into MySQL C API.",
6   "documentation_url": "https://oleghnidets.github.io/OHMySQL/documentation/ohmysql/",
7   "homepage": "https://github.com/oleghnidets/OHMySQL",
8   "license": "MIT",
9   "authors": {
10     "Oleg Hnidets": "oleg.oleksan@gmail.com"
11   },
12   "source": {
13     "git": "https://github.com/oleghnidets/OHMySQL.git",
14     "tag": "3.2.0"
15   },
16   "platforms": {
17     "ios": "14.0",
18     "osx": "11.0",
19     "watchos": "8.0",
20     "tvos": "15.0"
21   },
22   "requires_arc": true,
23   "source_files": "OHMySQL/Sources/**/*.{h,m}",
24   "frameworks": "Foundation",
25   "compiler_flags": "-Wno-incomplete-umbrella",
26   "vendored_frameworks": "OHMySQL/lib/MySQL.xcframework",
27   "libraries": "c++"