blob: 0d5898ea5686d1394a63a2396dd2f2f4420d5eb7 [file] [log] [blame]
{
"name": "OHMySQL",
"version": "0.2.0",
"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.2.0"
},
"platforms": {
"osx": "10.10"
},
"requires_arc": true,
"source_files": "OHMySQL/**/*.{h,m}",
"frameworks": "Foundation",
"dependencies": {
"mysql-connector-c": [
"= 1.0.0"
]
}
}