[Add] XMUniversalSDK 1.0.0.0-dev
[CocoaPods.git] / Specs / 0 / c / 4 / CCExcelView / 0.1.0 / CCExcelView.podspec.json
blob8d712458879cac1317ced3b7999fb03c4b3843e2
2   "name": "CCExcelView",
3   "version": "0.1.0",
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.1.0"
20   },
21   "frameworks": "UIKit",
22   "requires_arc": true,
23   "source_files": [
24     "CCViews",
25     "CCExcelView/**/*.{h,m}"
26   ],
27   "resources": "CCExcelView/CCResources/*.bundle"