blob: 8fab42e5fa8a1c21fe54d90f5bc8e63093925d94 [file] [log] [blame]
{
"name": "CCExcelView",
"version": "1.0.1",
"summary": "The Excel View a friendly way for iOS.",
"description": "iOS ExcelView 自定义表格,支持设置左右向锁住的列数,支持列排序(排序规则自己实现),支持设置topView,支持列表背景色,支持设置整行还是单元格点击的点击色",
"homepage": "https://github.com/Jonas-o/CCExcelView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"luo": "luo_ty@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/Jonas-o/CCExcelView.git",
"tag": "1.0.1"
},
"frameworks": "UIKit",
"requires_arc": true,
"source_files": [
"CCViews",
"CCExcelView/**/*.{h,m}"
],
"resources": "CCExcelView/CCResources/*.bundle"
}