[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 0 / c / 4 / CCExcelView / 0.0.3 / CCExcelView.podspec.json
blobde269fe2779556b68b8e6a669c29a93dce7a7af7
2   "name": "CCExcelView",
3   "version": "0.0.3",
4   "summary": "The Excel View a friendly way for iOS.",
5   "description": "iOS ExcelView 自定义表格,支持设置左右向锁住的列数,支持列排序(排序规则自己实现),支持设置topView,支持列表背景色,支持设置整行还是单元格点击的点击色",
6   "homepage": "https://github.com/Jonas-o/CCExcelView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "luo": "824375137@qq.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/Jonas-o/CCExcelView.git",
19     "tag": "0.0.3"
20   },
21   "source_files": [
22     "Excel",
23     "Excel/**/*.{h,m}"
24   ],
25   "resources": "Excel/Resources/CCExcelResources.bundle",
26   "frameworks": "UIKit",
27   "requires_arc": true