2 "name": "SQLite.swift",
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",
9 "Stephen Celis": "stephen@stephencelis.com"
12 "git": "https://github.com/stephencelis/SQLite.swift.git",
15 "social_media_url": "https://twitter.com/stephencelis",
16 "module_name": "SQLite",
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"
33 "libraries": "sqlite3",
34 "source_files": "SQLite/**/*.{c,h,m,swift}",
35 "private_header_files": "SQLite/Core/fts3_tokenizer.h"