blob: 4f1780d2c2f45fe17b487c4210012ac88d90c69d [file] [log] [blame]
{
"name": "TBAlertController",
"version": "3.0.0",
"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!\n",
"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.0"
},
"social_media_url": "https://twitter.com/ThePantsThief",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Classes",
"public_header_files": "Classes/*.h",
"frameworks": "UIKit"
}