| { |
| "name": "CXAlertView-Enhanced", |
| "version": "1.0.0.1", |
| "summary": "Custom alert-view which allow you to add view as main content, add buttons arrangement for vertical, setting alert-view alpha", |
| "description": "A longer description of CXAlertView in Markdown format.\n\n* Think: Why did you write this? What is the focus? What does it do?\n* CocoaPods will be using this to generate tags, and improve search results.\n* Try to keep it short, snappy and to the point.\n* Finally, don't worry about the indent, CocoaPods strips it!", |
| "homepage": "https://github.com/jidibingren/CXAlertView", |
| "license": "MIT", |
| "authors": { |
| "jidibingren": "jidibingren@gmail.com" |
| }, |
| "platforms": { |
| "ios": "6.0" |
| }, |
| "source": { |
| "git": "https://github.com/jidibingren/CXAlertView.git", |
| "tag": "1.0.0.1" |
| }, |
| "source_files": "CXAlertView/*.{h,m}", |
| "exclude_files": "Classes/Exclude", |
| "frameworks": [ |
| "QuartzCore", |
| "CoreGraphics", |
| "Accelerate" |
| ], |
| "requires_arc": true |
| } |