| { | |
| "name": "XBAlertViewBase", | |
| "version": "0.0.2", | |
| "summary": "弹出视图基类", | |
| "description": "弹出视图基类,便于自定义弹出视图", | |
| "homepage": "https://github.com/huisedediao/XBAlertViewBase", | |
| "license": "MIT", | |
| "authors": { | |
| "谢贤彬": "401758785@qq.com" | |
| }, | |
| "platforms": { | |
| "ios": "8.0" | |
| }, | |
| "source": { | |
| "git": "https://github.com/huisedediao/XBAlertViewBase.git", | |
| "tag": "0.0.2" | |
| }, | |
| "source_files": [ | |
| "XBAlertViewBase", | |
| "XBAlertViewBase/**/*.{h,m}" | |
| ], | |
| "requires_arc": true, | |
| "dependencies": { | |
| "XBCategorys": [ | |
| ] | |
| } | |
| } |