blob: 7721095cf4fe30885a6d9e7fc70e2be1cc202a88 [file] [log] [blame]
{
"name": "WSLViewAutoDismiss",
"version": "1.0.1",
"summary": "UIAlertView and UIActionSheet that dismiss automatically when app switches into the background.",
"description": "The iOS documentation says that when an app goes into the background, certain things should happen to avoid confusion when it comes back into the foreground. One of those things is cancelling UIActionSheet's and UIAlertView's.\n\nThis project does exactly that automatically. As an added bonus, I also added some init methods with blocks rather than delegates.\n",
"homepage": "https://github.com/sdarlington/WSLViewAutoDismiss",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE.txt"
},
"authors": "Stephen Darlington",
"social_media_url": "http://twitter.com/sdarlington",
"platforms": {
"ios": "5.1"
},
"source": {
"git": "https://github.com/sdarlington/WSLViewAutoDismiss.git",
"tag": "1.0.1"
},
"source_files": "WSLViewAutoDismiss/WSLViewAutoDismiss/WSL*AutoDismiss.{h,m}",
"public_header_files": "WSLViewAutoDismiss/WSLViewAutoDismiss/WSL*AutoDismiss.h"
}