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 "default_subspecs": "standard",
24 "pod_target_xcconfig": {
25 "SWIFT_VERSION": "3.0"
27 "pushed_with_swift_version": "3.0",
31 "source_files": "SQLite/**/*.{c,h,m,swift}",
32 "exclude_files": "SQLite/Extensions/Cipher.swift",
33 "private_header_files": "SQLite/Core/fts3_tokenizer.h",
34 "libraries": "sqlite3",
35 "preserve_paths": "CocoaPods/**/*",
36 "pod_target_xcconfig": {
37 "SWIFT_INCLUDE_PATHS[sdk=macosx*]": "$(SRCROOT)/SQLite.swift/CocoaPods/macosx",
38 "SWIFT_INCLUDE_PATHS[sdk=macosx10.11]": "$(SRCROOT)/SQLite.swift/CocoaPods/macosx-10.11",
39 "SWIFT_INCLUDE_PATHS[sdk=macosx10.12]": "$(SRCROOT)/SQLite.swift/CocoaPods/macosx-10.12",
40 "SWIFT_INCLUDE_PATHS[sdk=iphoneos*]": "$(SRCROOT)/SQLite.swift/CocoaPods/iphoneos",
41 "SWIFT_INCLUDE_PATHS[sdk=iphoneos10.0]": "$(SRCROOT)/SQLite.swift/CocoaPods/iphoneos-10.0",
42 "SWIFT_INCLUDE_PATHS[sdk=iphonesimulator*]": "$(SRCROOT)/SQLite.swift/CocoaPods/iphonesimulator",
43 "SWIFT_INCLUDE_PATHS[sdk=iphonesimulator10.0]": "$(SRCROOT)/SQLite.swift/CocoaPods/iphonesimulator-10.0",
44 "SWIFT_INCLUDE_PATHS[sdk=appletvos*]": "$(SRCROOT)/SQLite.swift/CocoaPods/appletvos",
45 "SWIFT_INCLUDE_PATHS[sdk=appletvsimulator*]": "$(SRCROOT)/SQLite.swift/CocoaPods/appletvsimulator",
46 "SWIFT_INCLUDE_PATHS[sdk=watchos*]": "$(SRCROOT)/SQLite.swift/CocoaPods/watchos",
47 "SWIFT_INCLUDE_PATHS[sdk=watchsimulator*]": "$(SRCROOT)/SQLite.swift/CocoaPods/watchsimulator"
52 "source_files": "SQLite/**/*.{c,h,m,swift}",
53 "exclude_files": "SQLite/Extensions/Cipher.swift",
54 "private_header_files": "SQLite/Core/fts3_tokenizer.h",
56 "OTHER_SWIFT_FLAGS": "$(inherited) -DSQLITE_SWIFT_STANDALONE"
66 "source_files": "SQLite/**/*.{c,h,m,swift}",
67 "private_header_files": "SQLite/Core/fts3_tokenizer.h",
69 "OTHER_SWIFT_FLAGS": "$(inherited) -DSQLITE_SWIFT_SQLCIPHER",
70 "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) SQLITE_HAS_CODEC=1"