[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 1 / 0 / a / NSQLite.swift / 0.10.10 / NSQLite.swift.podspec.json
blobb84a79134d55959a54dbf973dfe256cf1216f579
2   "name": "NSQLite.swift",
3   "version": "0.10.10",
4   "summary": "A type-safe, Swift-language layer over SQLite3 for iOS and OS X.",
5   "description": "SQLite.swift provides compile-time confidence in SQL statement syntax and\nintent.",
6   "homepage": "https://github.com/stephencelis/SQLite.swift",
7   "license": "MIT",
8   "authors": {
9     "Stephen Celis": "stephen@stephencelis.com"
10   },
11   "source": {
12     "git": "https://github.com/nghiaphunguyen/SQLite.swift.git",
13     "tag": "0.10.10"
14   },
15   "social_media_url": "https://twitter.com/stephencelis",
16   "module_name": "SQLite",
17   "platforms": {
18     "ios": "8.0",
19     "tvos": "9.0",
20     "osx": "10.9"
21   },
22   "module_map": "podstuff/module.modulemap",
23   "libraries": "sqlite3",
24   "source_files": "SQLite/**/*.{c,h,m,swift}",
25   "private_header_files": "SQLite/Core/fts3_tokenizer.h"