blob: fa4b0e581687323b1586eb513bd883dcdbd429f7 [file] [log] [blame]
{
"name": "OHMySQL",
"version": "0.1.1",
"summary": "A simple Objective-C wrapper for MySQL C API.",
"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.\n",
"homepage": "https://github.com/oleghnidets/OHMySQL",
"license": "MIT",
"authors": {
"Oleg": "oleg.oleksan@gmail.com"
},
"source": {
"git": "https://github.com/oleghnidets/OHMySQL.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.4"
},
"requires_arc": true,
"source_files": "OHMySQL/*.{h,m}",
"frameworks": "Foundation",
"dependencies": {
"mysql-connector-c": [
]
}
}