blob: eeffb5cb4d9fb3bf79a3ace1d0d6e2210c788655 [file] [log] [blame]
{
"name": "Squeal",
"version": "1.1.2",
"summary": "A Swift wrapper for SQLite databases",
"description": "Squeal provides access to SQLite databases in Swift. Its goal is to be\nsimple and straight-forward, without much magic.\n\nSqueal provides some helpers to generate and execute the most common SQL \nstatements, and take the drudgery out of generating these yourself. \nHowever, it's not a goal of this project to hide SQL from the developer, or \nto provide a generic object-mapping on top of SQLite.",
"homepage": "https://github.com/nerdyc/Squeal",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"Christian Niles": "christian@nerdyc.com"
},
"social_media_url": "http://twitter.com/nerdyc",
"platforms": {
"ios": "9.0",
"tvos": "9.0",
"osx": "10.10",
"watchos": "3.0"
},
"source": {
"git": "https://github.com/nerdyc/Squeal.git",
"tag": "v1.1.2"
},
"source_files": "Sources/*.swift",
"module_name": "Squeal",
"libraries": "sqlite3",
"preserve_paths": "Clibsqlite3/**/*",
"pod_target_xcconfig": {
"SWIFT_INCLUDE_PATHS[sdk=macosx*]": "$(PODS_TARGET_SRCROOT)/Clibsqlite3/macOS/**",
"SWIFT_INCLUDE_PATHS[sdk=iphoneos*]": "$(PODS_TARGET_SRCROOT)/Clibsqlite3/iOS/**",
"SWIFT_INCLUDE_PATHS[sdk=iphonesimulator*]": "$(PODS_TARGET_SRCROOT)/Clibsqlite3/iOS-Simulator/**",
"SWIFT_INCLUDE_PATHS[sdk=appletvos*]": "$(PODS_TARGET_SRCROOT)/Clibsqlite3/tvOS/**",
"SWIFT_INCLUDE_PATHS[sdk=appletvsimulator*]": "$(PODS_TARGET_SRCROOT)/Clibsqlite3/tvOS-Simulator/**",
"SWIFT_INCLUDE_PATHS[sdk=watchos*]": "$(PODS_TARGET_SRCROOT)/Clibsqlite3/watchOS/**",
"SWIFT_INCLUDE_PATHS[sdk=watchsimulator*]": "$(PODS_TARGET_SRCROOT)/Clibsqlite3/watchOS-Simulator/**"
},
"pushed_with_swift_version": "3.0"
}