blob: 2308811006d6102a408768a3185671a4830ff535 [file] [log] [blame]
{
"name": "JJSwiftLog",
"version": "0.0.2",
"summary": "High performance swift log module.",
"description": "High performance swift log,support customer log.",
"homepage": "https://github.com/jezzmemo/JJSwiftLog",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jezz": "lijie250@gmail.com"
},
"source": {
"git": "https://github.com/jezzmemo/JJSwiftLog.git",
"tag": "0.0.2"
},
"platforms": {
"ios": "9.0"
},
"swift_versions": [
"4.0",
"4.2",
"5.0"
],
"default_subspecs": "Main",
"subspecs": [
{
"name": "Main",
"source_files": "JJSwiftLog/Source/*.{swift}"
},
{
"name": "Bugly",
"source_files": "JJSwiftLog/Source/Vendor/BuglyOutput.swift",
"vendored_frameworks": "JJSwiftLog/Source/VendorLibraries/Bugly/*.framework",
"dependencies": {
"JJSwiftLog/Main": [
]
}
}
],
"swift_version": "5.0"
}