[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 9 / 3 / 1 / ChartReport / 0.1.2 / ChartReport.podspec.json
blob89a162802dd910245982c7aeee1aff9e6abcd44e
2   "name": "ChartReport",
3   "version": "0.1.2",
4   "summary": "A short description of ChartReport.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://git.coding.net/zhaozhiguo/ChartReport",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "lovezhaozhiguo": "553002177@qq.com"
13   },
14   "source": {
15     "git": "https://git.coding.net/zhaozhiguo/ChartReport.git",
16     "tag": "0.1.2"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "public_header_files": "ChartReport/Classes/HTMIReportView.h",
22   "source_files": "ChartReport/Classes/HTMIReportView.{h,m}",
23   "dependencies": {
24     "CorePlot": [
25       "~> 2.2"
26     ]
27   },
28   "subspecs": [
29     {
30       "name": "Model",
31       "source_files": "ChartReport/Classes/Model/*.{h,m}",
32       "public_header_files": "ChartReport/Classes/Model/*.h"
33     },
34     {
35       "name": "Other",
36       "source_files": "ChartReport/Classes/Other/*.{h,m}",
37       "public_header_files": "ChartReport/Classes/Other/*.h"
38     }
39   ]