blob: 8e04028c2f243dbfd176edbc459c54c045a7db78 [file] [log] [blame]
{
"name": "NDLog_Swift",
"version": "0.0.4",
"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.4"
},
"source_files": "NDLog_Swift/**/*.{h,m,mm,swift}",
"dependencies": {
"NDLog": [
"~> 0.0.4"
]
},
"swift_version": "5.2"
}