| { |
| "name": "HJQCustomAlertView", |
| "version": "0.0.4", |
| "summary": "A fully customized AlertView dialog box of HJQCustomAlertView.", |
| "homepage": "https://github.com/XiaoHanGe/HJQCustomAlertView", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "韩俊强": "532167805@qq.com" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "source": { |
| "git": "https://github.com/XiaoHanGe/HJQCustomAlertView.git", |
| "tag": "0.0.4" |
| }, |
| "source_files": [ |
| "HJQCustomAlertView", |
| "HJQCustomAlertView/**/*.{h,m}" |
| ], |
| "public_header_files": "HJQCustomAlertView/**/*.h", |
| "frameworks": [ |
| "UIKit", |
| "Foundation", |
| "CoreGraphics" |
| ], |
| "requires_arc": true |
| } |