blob: e6e9ec5903d323b9bd5c74a5209d5e94fad8dea9 [file] [log] [blame]
{
"name": "BYAlertView",
"version": "0.0.1",
"summary": "Simple and customizable alert view",
"description": "Simple usage and customizable alert view same as UIAlertController",
"homepage": "https://github.com/bertugyilmaz/BYAlertView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Bertuğ YILMAZ": "ylmazbertug@gmail.com"
},
"social_media_url": "http://twitter.com/bertugylmaz",
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/bertugyilmaz/BYAlertView.git",
"tag": "0.0.1"
},
"source_files": [
"Classes",
"**/*.{h,m}"
],
"swift_version": "4.2",
"frameworks": "UIKit"
}