blob: 8348ef5cc84b5f688c81d36e9a5aa06cc038bfb2 [file] [log] [blame]
{
"name": "SQLClient",
"version": "0.0.2",
"summary": "Native SQL Server client for iOS.",
"description": "An Objective-C wrapper around the open-source FreeTDS library.",
"homepage": "http://htmlpreview.github.io/?https://github.com/martinrybak/SQLClient/blob/0.0.2/SQLClient/SQLClientDocs/html/index.html",
"license": "MIT",
"authors": {
"Martin Rybak": "martin.rybak@gmail.com"
},
"platforms": {
"ios": "6.1"
},
"source": {
"git": "https://github.com/martinrybak/SQLClient.git",
"tag": "0.0.2"
},
"source_files": "SQLClient/SQLClient/SQLClient/*.{h,m}",
"vendored_libraries": "SQLClient/SQLClient/SQLClient/libfreetds.a",
"libraries": "iconv",
"requires_arc": true
}