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"
30 "source_files": "SQLite/**/*.{c,h,m,swift}",
31 "private_header_files": "SQLite/Core/fts3_tokenizer.h",
32 "libraries": "sqlite3",
33 "preserve_paths": "CocoaPods/**/*",
34 "pod_target_xcconfig": {
35 "SWIFT_INCLUDE_PATHS[sdk=macosx*]": "$(SRCROOT)/SQLite.swift/CocoaPods/macosx",
36 "SWIFT_INCLUDE_PATHS[sdk=macosx10.11]": "$(SRCROOT)/SQLite.swift/CocoaPods/macosx-10.11",
37 "SWIFT_INCLUDE_PATHS[sdk=macosx10.12]": "$(SRCROOT)/SQLite.swift/CocoaPods/macosx-10.12",
38 "SWIFT_INCLUDE_PATHS[sdk=iphoneos*]": "$(SRCROOT)/SQLite.swift/CocoaPods/iphoneos",
39 "SWIFT_INCLUDE_PATHS[sdk=iphoneos10.0]": "$(SRCROOT)/SQLite.swift/CocoaPods/iphoneos-10.0",
40 "SWIFT_INCLUDE_PATHS[sdk=iphonesimulator*]": "$(SRCROOT)/SQLite.swift/CocoaPods/iphonesimulator",
41 "SWIFT_INCLUDE_PATHS[sdk=iphonesimulator10.0]": "$(SRCROOT)/SQLite.swift/CocoaPods/iphonesimulator-10.0",
42 "SWIFT_INCLUDE_PATHS[sdk=appletvos*]": "$(SRCROOT)/SQLite.swift/CocoaPods/appletvos",
43 "SWIFT_INCLUDE_PATHS[sdk=appletvsimulator*]": "$(SRCROOT)/SQLite.swift/CocoaPods/appletvsimulator",
44 "SWIFT_INCLUDE_PATHS[sdk=watchos*]": "$(SRCROOT)/SQLite.swift/CocoaPods/watchos",
45 "SWIFT_INCLUDE_PATHS[sdk=watchsimulator*]": "$(SRCROOT)/SQLite.swift/CocoaPods/watchsimulator"
50 "source_files": "SQLite/**/*.{c,h,m,swift}",
51 "private_header_files": "SQLite/Core/fts3_tokenizer.h",
53 "OTHER_SWIFT_FLAGS": "$(inherited) -DSQLITE_SWIFT_STANDALONE"