| { |
| "name": "TBAlertController", |
| "version": "2.0.1", |
| "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.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" |
| } |