blob: 28ade122fd2ea880e34b808062c4b89555b5da9b [file] [log] [blame]
{
"name": "LuminousX",
"version": "1.1.1",
"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.1.1"
},
"source_files": "Sources/*.{swift}",
"swift_versions": "5.0",
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"DeviceX": [
"~> 1.1.3"
]
},
"swift_version": "5.0"
}