blob: 428fd3d078729e8f57b4f052cd9e0e5cd3ff4cbb [file] [log] [blame]
{
"name": "KKBaseActionSheet",
"version": "1.0.0",
"summary": "基于block的UIActionSheet",
"description": "一行代码搞定ActionSheet的初始化以及回调",
"homepage": "https://github.com/colaicode/KKBaseActionSheet",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"colaicode": "colaicode@163.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/colaicode/KKBaseActionSheet.git",
"tag": "1.0.0"
},
"source_files": "KKBaseActionSheetDemo/KKBaseActionSheet/*.{h,m}",
"requires_arc": true
}