blob: 4f129ad7e569b49fb4ab88d43689db50e2a02396 [file] [log] [blame]
{
"name": "TBAlertController",
"version": "2.0.0",
"summary": "UIAlertController + UIAlertView + UIActionSheet = TBAlertController",
"description": " UIAlertController, UIAlertView, and UIActionSheet unified for developers who want to support iOS 7 and 8. 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": "2.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"
}