blob: b42f574f75001019fd37df65aed40132cb0f893c [file] [log] [blame]
{
"name": "TBAlertController",
"version": "3.0.1",
"summary": "UIAlertController + UIAlertView + UIActionSheet = TBAlertController",
"description": "UIAlertController, UIAlertView, and UIActionSheet unified for developers who want to support iOS 7, 8, and 9. No more conditional code when using any of these classes!",
"homepage": "https://github.com/ThePantsThief/TBAlertController",
"license": "MIT",
"authors": {
"Tanner Bennett": "tannerbennett@me.com"
},
"source": {
"git": "https://github.com/ThePantsThief/TBAlertController.git",
"tag": "3.0.1"
},
"social_media_url": "https://twitter.com/ThePantsThief",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Classes",
"public_header_files": "Classes/*.h",
"frameworks": "UIKit"
}