blob: ce494ceee2b973ccf69322c571267d81fa39eaae [file] [log] [blame]
{
"name": "ExtensionLite",
"version": "0.0.1",
"summary": "iOS common extension for UIView, UIControl, Date, UIVIewController and manymore",
"homepage": "https://github.com/alizainprasla/ExtensionLite",
"platforms": {
"ios": "8.0"
},
"swift_versions": "5.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"YOURNAME": "Alizain Prasla"
},
"source": {
"git": "https://github.com/alizainprasla/ExtensionLite.git",
"tag": "0.0.1"
},
"frameworks": "UIKit",
"source_files": [
"ExtensionLite*",
"Classes/*",
"Resource/*"
],
"requires_arc": true,
"swift_version": "5.0"
}