blob: dba4a79d94a2a5bd5f5d0d153859662057940606 [file] [log] [blame]
{
"name": "NDLog_Swift",
"version": "0.0.3",
"summary": "A log system.",
"description": "NDLog_Swift is a small and lightweight framework that help log.",
"homepage": "https://github.com/hiep-nd/nd-log-swift.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-swift.git",
"tag": "Pod-0.0.3"
},
"source_files": "NDLog_Swift/**/*.{h,m,mm,swift}",
"dependencies": {
"NDLog": [
]
},
"swift_version": "5.2"
}