blob: 2a832db0a3da803cb669549a8fe2f260fa6817d0 [file] [log] [blame]
{
"name": "TWAlertView",
"version": "0.1.0",
"summary": "A simple pod which could be used to show an alert in your iOS app",
"description": "This pod is inspired by UIAlertController. TWAlertView will automatically recognise the top most view controller to display the alert, making showing a simple alert a hazzel free task.",
"homepage": "https://github.com/Tulakshana/TWAlertView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"tulakshana": "tula_post@yahoo.com"
},
"source": {
"git": "https://github.com/Tulakshana/TWAlertView.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "TWAlertView/Classes/**/*"
}