blob: 11b1d42f753f0cd47a70990e04c2e1851b22bd0e [file] [log] [blame]
{
"name": "NDUtils",
"version": "0.0.3.1",
"summary": "Utility for Foundation, UIKit,....",
"description": "NDUtils is a small utility framework for Foundation, UIKit,....",
"homepage": "https://github.com/hiep-nd/nd-utils.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-utils.git",
"tag": "Pod-0.0.3.1"
},
"source_files": "NDUtils/**/*.{h,m,mm,swift}",
"header_mappings_dir": "NDUtils",
"module_map": "NDUtils/NDUtils.modulemap",
"frameworks": [
"Foundation",
"UIKit"
],
"dependencies": {
"NDLog": [
"~> 0.0.4"
]
},
"swift_version": "5.2"
}