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