{ | |
"name": "YXAlertView", | |
"version": "0.0.1", | |
"summary": "一个 Objective-C 的AlertView", | |
"description": "一个 Objective-C 的AlertView,只是用来测试", | |
"homepage": "https://github.com/LeeXueHao/YXAlertView", | |
"license": { | |
"type": "MIT", | |
"file": "LICENSE" | |
}, | |
"authors": { | |
"LeeXueHao": "lixuehao@yanxiu.com" | |
}, | |
"platforms": { | |
"ios": "5.0" | |
}, | |
"source": { | |
"git": "https://github.com/LeeXueHao/YXAlertView.git", | |
"tag": "v0.0.1" | |
}, | |
"source_files": [ | |
"YXAlertView", | |
"YXAlertView/**/*.{h,m}" | |
] | |
} |