blob: 40fd88ea14faf66119d26860bff461f999ce7392 [file] [log] [blame]
{
"name": "OHMySQL",
"version": "0.1.4",
"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.",
"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.4"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "OHMySQL/*.{h,m}",
"frameworks": "Foundation",
"dependencies": {
"mysql-connector-c": [
"= 1.0.0"
]
}
}