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": "http://oleghnidets.github.io/OHMySQL/",
7 "homepage": "https://github.com/oleghnidets/OHMySQL",
10 "Oleg Hnidets": "oleg.oleksan@gmail.com"
13 "git": "https://github.com/oleghnidets/OHMySQL.git",
21 "source_files": "OHMySQL/Sources/**/*.{h,m}",
22 "frameworks": "Foundation",
23 "compiler_flags": "-Wno-incomplete-umbrella",
24 "vendored_frameworks": "OHMySQL/lib/MySQL.xcframework",