blob: fce699b6cd20a516cfcfc88e5cbc198a56853389 [file] [log] [blame]
{
"name": "OHMySQL",
"version": "1.0.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.",
"homepage": "https://github.com/oleghnidets/OHMySQL",
"license": "MIT",
"authors": {
"Oleg Hnidets": "oleg.oleksan@gmail.com"
},
"source": {
"git": "https://github.com/oleghnidets/OHMySQL.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"requires_arc": true,
"source_files": "OHMySQL/**/*.{h,m}",
"frameworks": "Foundation",
"dependencies": {
"mysql-connector-c": [
"= 1.0.0"
]
}
}