| { |
| "name": "CXAlertView-Enhanced", |
| "version": "1.0.0.2", |
| "summary": "Base to CXAlertView, support buttons arrangement for vertical, alert-view alpha,message font and color", |
| "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.2" |
| }, |
| "source_files": "CXAlertView/*.{h,m}", |
| "exclude_files": "Classes/Exclude", |
| "frameworks": [ |
| "QuartzCore", |
| "CoreGraphics", |
| "Accelerate" |
| ], |
| "requires_arc": true |
| } |