blob: d1cffbb8eaf08ed1203c6fa3eb15322588567642 [file] [log] [blame]
{
"name": "OYSimpleAlertController",
"version": "1.0.0",
"summary": "OYSimpleAlertController is very simple Alert written in Swift.",
"homepage": "https://github.com/oyuk/OYSimpleAlertController",
"screenshots": [
"https://raw.githubusercontent.com/oyuk/OYSimpleAlertController/master/Assets/OkAlert.png",
"https://raw.githubusercontent.com/oyuk/OYSimpleAlertController/master/Assets/OkAndCancelAlert.png"
],
"license": "MIT",
"authors": {
"oyuk": "okysoft68@gmail.com"
},
"source": {
"git": "https://github.com/oyuk/OYSimpleAlertController.git",
"tag": "1.0.0"
},
"social_media_url": "https://twitter.com/oydku",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "OYSimpleAlertController/**/*.{swift}"
}