[Add] CZarSDK 1.1.12-test01
[CocoaPods.git] / Specs / 4 / 1 / 8 / SQLite.swift / 0.10.0 / SQLite.swift.podspec.json
blob60973196571c189aede653765c2ccabe75eb7eae
2   "name": "SQLite.swift",
3   "version": "0.10.0",
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/stephencelis/SQLite.swift.git",
13     "tag": "0.10.0"
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     "watchos": "2.0"
22   },
23   "ios": {
24     "module_map": "CocoaPods/ios.modulemap"
25   },
26   "tvos": {
27     "module_map": "CocoaPods/tvos.modulemap"
28   },
29   "osx": {
30     "module_map": "CocoaPods/osx.modulemap"
31   },
32   "watchos": {
33     "module_map": "CocoaPods/watchos.modulemap"
34   },
35   "libraries": "sqlite3",
36   "source_files": "SQLite/**/*.{c,h,m,swift}",
37   "private_header_files": "SQLite/Core/fts3_tokenizer.h"