blob: f179966c6fc4ccba735a958d81fff9187d2ecb15 [file] [log] [blame]
{
"name": "DeviceX",
"version": "1.2.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.2.0"
},
"source_files": "Sources/*.{swift}",
"swift_versions": "4.0",
"frameworks": [
"UIKit",
"Foundation"
],
"swift_version": "4.0"
}