blob: 305991a34da39242626d1966bacce4acf21782be [file] [log] [blame]
{
"name": "KGestureView",
"version": "0.0.2",
"summary": "自定义九宫格密码组件",
"description": "轻量优雅的九宫格密码OC实现,支持xib设置属性,推荐xib直接使用",
"homepage": "https://github.com/spinery/KGestureView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"熊清": "328369807@qq.com"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/spinery/KGestureView.git",
"tag": "0.0.2"
},
"source_files": "KGestureView/**/*",
"public_header_files": "KGestureView/KGestureView.h",
"pod_target_xcconfig": {
"ENABLE_BITCODE": "YES"
}
}