[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 2 / 3 / 8 / KGestureView / 0.0.1 / KGestureView.podspec.json
blob6a19df584d893d7f43430c7f2e8da88d2e6ad6d2
2   "name": "KGestureView",
3   "version": "0.0.1",
4   "summary": "自定义九宫格密码组件",
5   "description": "轻量优雅的九宫格密码OC实现,支持xib设置属性,推荐xib直接使用",
6   "homepage": "https://github.com/spinery/KGestureView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "熊清": "328369807@qq.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "requires_arc": true,
18   "source": {
19     "git": "https://github.com/spinery/KGestureView.git",
20     "tag": "0.0.1"
21   },
22   "source_files": "KGestureView/**/*",
23   "public_header_files": "KGestureView/KGestureView.h",
24   "pod_target_xcconfig": {
25     "ENABLE_BITCODE": "YES"
26   }