blob: 10246301b9272a2ce74b2b03c0d3dadb68f8f836 [file] [log] [blame]
{
"name": "SQLiteORM",
"version": "0.1.3",
"summary": "The swift version of VVSequelize.",
"description": "The swift version of VVSequelize.",
"homepage": "https://github.com/pozi119/SQLiteORM",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Valo Lee": "pozi119@163.com"
},
"source": {
"git": "https://github.com/pozi119/SQLiteORM.git",
"tag": "0.1.3"
},
"platforms": {
"ios": "10.0",
"tvos": "10.0",
"osx": "10.12",
"watchos": "3.0"
},
"default_subspecs": "cipher",
"swift_versions": "5.0",
"subspecs": [
{
"name": "system",
"dependencies": {
"SQLiteORM/core": [
],
"SQLiteORM/fts": [
],
"SQLiteORM/util": [
]
},
"libraries": "sqlite3"
},
{
"name": "cipher",
"dependencies": {
"SQLiteORM/core": [
],
"SQLiteORM/fts": [
],
"SQLiteORM/util": [
],
"SQLCipher": [
]
},
"xcconfig": {
"OTHER_CFLAGS": "-DSQLITE_HAS_CODEC=1 -DHAVE_USLEEP=1",
"HEADER_SEARCH_PATHS": "$(PODS_ROOT)/SQLCipher"
}
},
{
"name": "core",
"source_files": "SQLiteORM/Core/**/*",
"resources": [
"SQLiteORM/Assets/PinYin.bundle"
],
"pod_target_xcconfig": {
"SWIFT_VERSION": "5.0"
}
},
{
"name": "fts",
"source_files": "SQLiteORM/FTS/**/*",
"public_header_files": "SQLiteORM/FTS/**/*.h",
"resources": [
"SQLiteORM/Assets/PinYin.bundle"
],
"dependencies": {
"SQLiteORM/core": [
]
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "5.0"
}
},
{
"name": "util",
"source_files": "SQLiteORM/Util/**/*",
"pod_target_xcconfig": {
"SWIFT_VERSION": "5.0"
}
}
],
"swift_version": "5.0"
}