[Deprecate] CHAT360IOS_SDK 1.0.8
[CocoaPods.git] / Specs / 3 / 0 / e / SQLClient / 0.1.2 / SQLClient.podspec.json
blob0a3ff69faed4e33513300b59bd111e66e29b76c4
2   "name": "SQLClient",
3   "version": "0.1.2",
4   "summary": "Native SQL Server client for iOS.",
5   "description": "An Objective-C wrapper around the open-source FreeTDS library.",
6   "homepage": "http://htmlpreview.github.io/?https://github.com/martinrybak/SQLClient/blob/0.1.0/SQLClient/SQLClientDocs/html/index.html",
7   "license": "MIT",
8   "authors": {
9     "Martin Rybak": "martin.rybak@gmail.com"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "https://github.com/martinrybak/SQLClient.git",
16     "tag": "0.1.2"
17   },
18   "source_files": "SQLClient/SQLClient/SQLClient/*.{h,m}",
19   "vendored_libraries": "SQLClient/SQLClient/SQLClient/libfreetds.a",
20   "libraries": "iconv",
21   "requires_arc": true