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