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