blob: ea23c1e6d4e95a1e1182b2c6d83640b5dce4a19c [file] [log] [blame]
{
"name": "VYAlertController",
"version": "1.0.1",
"summary": "A simple and easily customizable alert for iOS.",
"description": "VYAlertController is a simple and easily customizable alert written in Swift, which can be used as a UIAlertController replacement.",
"homepage": "https://github.com/yakovlevvl/VYAlertController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Vladyslav Yakovlev": "yakovlev15@icloud.com"
},
"platforms": {
"ios": "10.3"
},
"source": {
"git": "https://github.com/yakovlevvl/VYAlertController.git",
"tag": "1.0.1"
},
"source_files": "VYAlertController/**/*.swift",
"exclude_files": "VYAlertController/Info.plist",
"swift_versions": "5.0",
"swift_version": "5.0"
}