blob: 9c86b6b2c6450eb8ba0d9c1e825c9c1da6e81605 [file] [log] [blame]
{
"name": "SQLite.swift",
"version": "0.10.1",
"summary": "A type-safe, Swift-language layer over SQLite3 for iOS and OS X.",
"description": "SQLite.swift provides compile-time confidence in SQL statement syntax and\nintent.",
"homepage": "https://github.com/stephencelis/SQLite.swift",
"license": "MIT",
"authors": {
"Stephen Celis": "stephen@stephencelis.com"
},
"source": {
"git": "https://github.com/stephencelis/SQLite.swift.git",
"tag": "0.10.1"
},
"social_media_url": "https://twitter.com/stephencelis",
"module_name": "SQLite",
"platforms": {
"ios": "8.0",
"tvos": "9.0",
"osx": "10.9",
"watchos": "2.0"
},
"preserve_paths": "CocoaPods/**/*",
"pod_target_xcconfig": {
"SWIFT_INCLUDE_PATHS[sdk=macosx*]": "$(SRCROOT)/SQLite.swift/CocoaPods/macosx",
"SWIFT_INCLUDE_PATHS[sdk=iphoneos*]": "$(SRCROOT)/SQLite.swift/CocoaPods/iphoneos",
"SWIFT_INCLUDE_PATHS[sdk=iphonesimulator*]": "$(SRCROOT)/SQLite.swift/CocoaPods/iphonesimulator",
"SWIFT_INCLUDE_PATHS[sdk=appletvos*]": "$(SRCROOT)/SQLite.swift/CocoaPods/appletvos",
"SWIFT_INCLUDE_PATHS[sdk=appletvsimulator*]": "$(SRCROOT)/SQLite.swift/CocoaPods/appletvsimulator",
"SWIFT_INCLUDE_PATHS[sdk=watchos*]": "$(SRCROOT)/SQLite.swift/CocoaPods/watchos",
"SWIFT_INCLUDE_PATHS[sdk=watchsimulator*]": "$(SRCROOT)/SQLite.swift/CocoaPods/watchsimulator"
},
"libraries": "sqlite3",
"source_files": "SQLite/**/*.{c,h,m,swift}",
"private_header_files": "SQLite/Core/fts3_tokenizer.h"
}