blob: eb419ff81f669f5f7d579c448780566951a1ff8b [file] [log] [blame]
{
"name": "GTAlertCollection",
"version": "1.0.2",
"summary": "GTAlertCollection: UIAlertController variations gathered in one place, introducing new simplified usage.",
"description": "GTAlertCollection is a Swift component that makes it possible to present alert controllers as easily as just calling a single method. Based on the `UIAlertController`, it implements and provides a variety of alert types.",
"homepage": "https://github.com/gabrieltheodoropoulos/GTAlertCollection.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Gabriel Theodoropoulos": "gabrielth.devel@gmail.com"
},
"social_media_url": "https://twitter.com/gabtheodor",
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/gabrieltheodoropoulos/GTAlertCollection.git",
"tag": "1.0.2"
},
"source_files": "GTAlertCollection/Source/*.{swift}",
"swift_version": "4.2"
}