blob: 19f865ae6fa813219da45bdb5294bce1127392f4 [file] [log] [blame]
{
"name": "PLzmaSDK",
"version": "0.0.4",
"summary": "(Portable, Patched, Package, cross-P-latform) Lzma SDK, libplzma",
"homepage": "https://github.com/OlehKulykov/PLzmaSDK",
"source": {
"git": "https://github.com/OlehKulykov/PLzmaSDK.git",
"tag": "0.0.4"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Oleh Kulykov": "olehkulykov@gmail.com"
},
"swift_versions": [
"5.0",
"5.1",
"5.2",
"5.3"
],
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0",
"watchos": "2.0"
},
"subspecs": [
{
"name": "libplzma",
"source_files": [
"libplzma.h",
"libplzma.hpp",
"src/**/*.{c,cpp,h,hpp}"
],
"public_header_files": "libplzma.h",
"compiler_flags": "-DLIBPLZMA_VERSION_BUILD=2171",
"libraries": "c++"
},
{
"name": "Swift",
"source_files": "swift/*.swift",
"dependencies": {
"PLzmaSDK/libplzma": [
]
}
}
],
"swift_version": "5.3"
}