blob: 7d2f0dc505b858db181bd921dd8dba785fdffeed [file] [log] [blame]
{
"name": "NDLog",
"version": "0.0.5",
"summary": "A log system.",
"description": "NDLog is a small and lightweight framework that help log.",
"homepage": "https://github.com/hiep-nd/nd-log.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Nguyen Duc Hiep": "hiep.nd@gmail.com"
},
"platforms": {
"ios": "9.0",
"tvos": "9.0"
},
"swift_versions": [
"4.0",
"5.1",
"5.2"
],
"source": {
"git": "https://github.com/hiep-nd/nd-log.git",
"tag": "Pod-0.0.5"
},
"source_files": "NDLog/**/*.{h,m,mm}",
"public_header_files": "NDLog/**/*.h",
"swift_version": "5.2"
}