blob: 1e36cd2ae98079d25bb131c5284197c73563a66e [file] [log] [blame]
{
"name": "SQLClient",
"version": "1.0.0",
"license": "MIT",
"summary": "An Objective-C wrapper around the open-source FreeTDS library",
"homepage": "https://github.com/martinrybak/SQLClient",
"authors": {
"Martin Rybak": "martin.rybak@gmail.com"
},
"source": {
"git": "https://github.com/martinrybak/SQLClient.git",
"tag": "1.0.0"
},
"source_files": "SQLClient/SQLClient/SQLClient/*.{h,m}",
"vendored_libraries": "SQLClient/SQLClient/SQLClient/libsybdb.a",
"libraries": "iconv",
"platforms": {
"ios": "7.0"
}
}