blob: 781adc506453d1a877aff943dd374ed7cd28996c [file] [log] [blame]
{
"name": "VYAlertController",
"version": "1.0.0",
"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.0"
},
"source_files": "VYAlertController/**/*.swift",
"exclude_files": "VYAlertController/Info.plist",
"swift_version": "4.2"
}