blob: 0f5be00f6ef9383a18deb9f6ea2aa88f1e5bbd14 [file] [log] [blame]
{
"name": "CCExcelView",
"version": "0.0.2",
"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": "824375137@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/Jonas-o/CCExcelView.git",
"tag": "0.0.2"
},
"source_files": [
"Excel",
"Excel/**/*.{h,m}"
],
"resources": "Excel/Resources/CCExcelResources.bundle",
"frameworks": "UIKit",
"requires_arc": true
}