[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / e / 5 / 0 / SQLele / 0.0.1 / SQLele.podspec.json
blob2347e114c9b0a289ff51255ca8a3b3b4c561789b
2   "name": "SQLele",
3   "version": "0.0.1",
4   "summary": "A wrapper around C SQLite to use or build upon.",
5   "description": "SQLele wraps the C SQLite API so you don't have to. Use it as-is for low-level\nSQLite access, or to build awesome libraries upon without dealing with the C API.",
6   "homepage": "https://github.com/ahti/SQLele",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Lukas Stabe": "lukas@stabe.de"
13   },
14   "platforms": {
15     "ios": "10.0",
16     "osx": "10.12",
17     "tvos": "10.0"
18   },
19   "source": {
20     "git": "https://github.com/ahti/SQLele.git",
21     "tag": "0.0.1"
22   },
23   "source_files": "Sources/**/*.swift",
24   "testspecs": [
25     {
26       "name": "Tests",
27       "test_type": "unit",
28       "source_files": "Tests/**/*.swift",
29       "exclude_files": "Tests/LinuxMain.swift",
30       "frameworks": "XCTest"
31     }
32   ]