blob: b42168f8e313e64ea2891c8fafa7ffbf844e50a4 [file] [log] [blame]
{
"name": "TestableAlert",
"version": "1.0.5",
"license": {
"type": "MIT"
},
"homepage": "https://github.com/marketplacer/TestableAlert",
"summary": "A UIAlertController wrapper for easier unit testing written in Swift",
"description": "This is an iOS library written in Swift that makes it easier to test UIAlertController alerts. The library allows to check alert visibility and execute its actions from the unit tests.",
"authors": {
"Evgenii Neumerzhitckii": "sausageskin@gmail.com"
},
"source": {
"git": "https://github.com/marketplacer/TestableAlert.git",
"tag": "1.0.5"
},
"source_files": "TestableAlert/**/*.swift",
"platforms": {
"ios": "8.0"
}
}