[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 4 / 1 / 8 / SQLite.swift / 0.10.1 / SQLite.swift.podspec.json
blob9c86b6b2c6450eb8ba0d9c1e825c9c1da6e81605
2   "name": "SQLite.swift",
3   "version": "0.10.1",
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.1"
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   "preserve_paths": "CocoaPods/**/*",
24   "pod_target_xcconfig": {
25     "SWIFT_INCLUDE_PATHS[sdk=macosx*]": "$(SRCROOT)/SQLite.swift/CocoaPods/macosx",
26     "SWIFT_INCLUDE_PATHS[sdk=iphoneos*]": "$(SRCROOT)/SQLite.swift/CocoaPods/iphoneos",
27     "SWIFT_INCLUDE_PATHS[sdk=iphonesimulator*]": "$(SRCROOT)/SQLite.swift/CocoaPods/iphonesimulator",
28     "SWIFT_INCLUDE_PATHS[sdk=appletvos*]": "$(SRCROOT)/SQLite.swift/CocoaPods/appletvos",
29     "SWIFT_INCLUDE_PATHS[sdk=appletvsimulator*]": "$(SRCROOT)/SQLite.swift/CocoaPods/appletvsimulator",
30     "SWIFT_INCLUDE_PATHS[sdk=watchos*]": "$(SRCROOT)/SQLite.swift/CocoaPods/watchos",
31     "SWIFT_INCLUDE_PATHS[sdk=watchsimulator*]": "$(SRCROOT)/SQLite.swift/CocoaPods/watchsimulator"
32   },
33   "libraries": "sqlite3",
34   "source_files": "SQLite/**/*.{c,h,m,swift}",
35   "private_header_files": "SQLite/Core/fts3_tokenizer.h"