[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 4 / 1 / 8 / SQLite.swift / 0.9.0 / SQLite.swift.podspec.json
blob6bdc21d860403ad22c778bad40a0f73293b99a58
2   "name": "SQLite.swift",
3   "version": "0.9.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.9.0"
14   },
15   "social_media_url": "https://twitter.com/stephencelis",
16   "module_name": "SQLite",
17   "module_map": "module.modulemap",
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "SQLite/**/*",
22   "libraries": "sqlite3",
23   "xcconfig": {
24     "SWIFT_INCLUDE_PATHS": "${PODS_ROOT}/SQLite.swift/SQLite3"
25   },
26   "preserve_paths": "SQLite3/*"