| { |
| "name": "MYSDynamicAlertView", |
| "version": "0.0.1", |
| "summary": "An alert view that uses UIKit Dynamics to present a fun/interactive way to respond to alerts.", |
| "description": "\tA longer description of MYSGravityActionSheet in Markdown format.\n\n\t* Think: Why did you write this? What is the focus? What does it do?\n\t* CocoaPods will be using this to generate tags, and improve search results.\n\t* Try to keep it short, snappy and to the point.\n\t* Finally, don't worry about the indent, CocoaPods strips it!\n", |
| "homepage": "https://github.com/mysterioustrousers/MYSDynamicAlertView", |
| "license": "MIT", |
| "authors": { |
| "Dan Willoughby": "amozoss@gmail.com" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "source": { |
| "git": "https://github.com/mysterioustrousers/MYSDynamicAlertView.git", |
| "tag": "0.0.1" |
| }, |
| "source_files": "MYSDynamicAlertView/*.{h,m}", |
| "requires_arc": true |
| } |