[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 0 / c / 4 / CCExcelView / 1.0.8 / CCExcelView.podspec.json
blobf5b113dab31eb20208ee53ca043e91ee9faac208
2   "name": "CCExcelView",
3   "version": "1.0.8",
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": "luo_ty@qq.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/Jonas-o/CCExcelView.git",
19     "tag": "1.0.8"
20   },
21   "frameworks": "UIKit",
22   "requires_arc": true,
23   "source_files": [
24     "CCViews",
25     "CCExcelView/**/*.{h,m}"
26   ],
27   "resources": "CCExcelView/CCResources/*.bundle",
28   "user_target_xcconfig": {
29     "GENERATE_INFOPLIST_FILE": "YES"
30   },
31   "pod_target_xcconfig": {
32     "GENERATE_INFOPLIST_FILE": "YES"
33   }