4 "summary": "A simple Objective-C wrapper for 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 "homepage": "https://github.com/oleghnidets/OHMySQL",
9 "Oleg Hnidets": "oleg.oleksan@gmail.com"
12 "git": "https://github.com/oleghnidets/OHMySQL.git",
22 "OHMySQL/lib/include/**/**/*.{h}"
24 "private_header_files": "OHMySQL/lib/include/**/**/*.{h}",
25 "frameworks": "Foundation",
27 "vendored_libraries": "OHMySQL/lib/ios/libmysqlclient.a"
30 "vendored_libraries": "OHMySQL/lib/mac/libmysqlclient.a"