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