blob: 2ab48f00a7746e5aa26f11b5bdca5459eb359168 [file] [log] [blame]
{
"name": "NDUtils_Swift",
"version": "0.0.4",
"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"
},
"swift_versions": [
"4.0",
"5.1",
"5.2"
],
"source": {
"git": "https://github.com/hiep-nd/nd-utils-swift.git",
"tag": "Pod-0.0.4"
},
"source_files": "NDUtils_Swift/*.{h,m,mm,swift}",
"public_header_files": "NDUtils_Swift/*.h",
"subspecs": [
{
"name": "Core",
"source_files": "NDUtils_Swift/*.{h,m,mm,swift}",
"dependencies": {
"NDUtils/Core": [
"~> 0.0.4"
]
}
},
{
"name": "Foundation",
"source_files": "NDUtils_Swift/Foundation/**/*.{h,m,mm,swift}",
"dependencies": {
"NDUtils_Swift/Core": [
],
"NDUtils/Foundation": [
"~> 0.0.4"
]
}
},
{
"name": "QuartzCore",
"source_files": "NDUtils_Swift/QuartzCore/**/*.{h,m,mm,swift}",
"dependencies": {
"NDUtils_Swift/Core": [
],
"NDUtils/QuartzCore": [
"~> 0.0.4"
]
}
},
{
"name": "UIKit",
"source_files": "NDUtils_Swift/UIKit/**/*.{h,m,mm,swift}",
"dependencies": {
"NDUtils_Swift/Core": [
],
"NDUtils/UIKit": [
"~> 0.0.4"
]
}
}
],
"swift_version": "5.2"
}