[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 3 / 0 / e / SQLClient / 1.0.0 / SQLClient.podspec.json
blob1e36cd2ae98079d25bb131c5284197c73563a66e
2   "name": "SQLClient",
3   "version": "1.0.0",
4   "license": "MIT",
5   "summary": "An Objective-C wrapper around the open-source FreeTDS library",
6   "homepage": "https://github.com/martinrybak/SQLClient",
7   "authors": {
8     "Martin Rybak": "martin.rybak@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/martinrybak/SQLClient.git",
12     "tag": "1.0.0"
13   },
14   "source_files": "SQLClient/SQLClient/SQLClient/*.{h,m}",
15   "vendored_libraries": "SQLClient/SQLClient/SQLClient/libsybdb.a",
16   "libraries": "iconv",
17   "platforms": {
18     "ios": "7.0"
19   }