blob: 289b27b99613cc65a351c382d7e4d3ed6ec3bd17 [file] [log] [blame]
{
"name": "SwiftySQLLite",
"version": "0.1.6",
"summary": "Simple swift wrapper over sqllite C api",
"description": "Simple swift wrapper over sqllite C api, ideal for simple sqllite operations where no ORM overhead is needed.",
"homepage": "https://github.com/chelemen-razvan/SQLiteDB",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Chelemen Razvan": "chelemen.razvan@gmail.com"
},
"source": {
"git": "https://github.com/chelemen-razvan/SQLiteDB.git",
"tag": "0.1.6"
},
"platforms": {
"ios": "8.0"
},
"source_files": "SwiftySQLLite/*.swift",
"pod_target_xcconfig": {
"SWIFT_INCLUDE_PATHS[sdk=iphoneos*]": "$(SRCROOT)/SwiftySQLLite/SwiftySQLLite/iphone",
"SWIFT_INCLUDE_PATHS[sdk=iphonesimulator*]": "$(SRCROOT)/SwiftySQLLite/SwiftySQLLite/simulator"
},
"libraries": "sqlite3",
"preserve_paths": "SwiftySQLLite/{iphone,simulator}/*",
"pushed_with_swift_version": "3.0"
}