blob: 29fec7d67e24c0b65e079be7127bb0cc0cfe1674 [file] [log] [blame]
{
"name": "LuminousX",
"version": "1.2.0",
"summary": "LuminousX is just a simple CoreFoundationKit utility Module",
"description": "This module contains the utility class to identify the device type",
"homepage": "https://github.com/prashantLalShrestha/LuminousX",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Prashant Shrestha": "prashantlurvs@gmail.com"
},
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/prashantLalShrestha/LuminousX.git",
"tag": "1.2.0"
},
"source_files": "Sources/*.{swift}",
"swift_versions": "5.0",
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"DeviceX": [
"~> 1.1.3"
]
},
"swift_version": "5.0"
}