blob: 062d9d165d29f362abca77d494d9bfd06885ea55 [file] [log] [blame]
{
"name": "ServiceKitLogger",
"version": "1.0.1",
"summary": "Service Layer helper kit",
"description": "ServiceKitLooger is service responsible for function print log",
"homepage": "https://github.com/interactord/ServiceKitLogger",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Scott Moon": "interactord@gmail.com"
},
"platforms": {
"ios": "12.0"
},
"source": {
"git": "https://github.com/interactord/ServiceKitLogger.git",
"tag": "1.0.1"
},
"exclude_files": "Classes/Exclude",
"source_files": [
"Sources/**/*",
"Classes/Exclude"
],
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"SwiftyBeaver": [
]
},
"swift_version": "5.0",
"pod_target_xcconfig": {
"SWIFT_VERSION": "5.0"
}
}