[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 3 / 0 / e / SQLClient / 0.0.1 / SQLClient.podspec.json
blobde1bb118de0de3206592fe8fe34535455f9e5f8f
2   "name": "SQLClient",
3   "version": "0.0.1",
4   "summary": "Native SQL Server client for iOS.",
5   "description": "An Objective-C wrapper around the open-source FreeTDS library.",
6   "homepage": "https://github.com/martinrybak/SQLClient.git",
7   "license": "MIT",
8   "authors": {
9     "Martin Rybak": "martin.rybak@gmail.com"
10   },
11   "platforms": {
12     "ios": "6.0"
13   },
14   "source": {
15     "git": "https://github.com/martinrybak/SQLClient.git",
16     "tag": "0.0.1"
17   },
18   "source_files": "SQLClient/SQLClient/SQLClient/*.{h,m}",
19   "vendored_libraries": "SQLClient/SQLClient/SQLClient/libfreetds.a",
20   "libraries": "iconv",
21   "requires_arc": true