[Add] TestFrameworkIos1 1.0.2
[CocoaPods.git] / Specs / 9 / 6 / 8 / ORCharts / 2.0.3 / ORCharts.podspec.json
blobad42602b4fa5c73765a1b8626418a1416f7cb536
2   "name": "ORCharts",
3   "version": "2.0.3",
4   "summary": "A lightweight, easy-to-use lightweight library of charts, including ring, pie, pie, line, and graph",
5   "description": "TODO: A lightweight, easy-to-use lightweight library of charts, including ring, pie, pie, line, and graph",
6   "homepage": "https://github.com/SunriseOYR/ORCharts",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Oranges and lemons": "sunrise_oy@163.com"
13   },
14   "source": {
15     "git": "https://github.com/SunriseOYR/ORCharts.git",
16     "tag": "2.0.3"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "public_header_files": "ORCharts/Classes/ORCharts.h",
22   "subspecs": [
23     {
24       "name": "Util",
25       "platforms": {
26         "ios": "8.0"
27       },
28       "source_files": "ORCharts/Classes/ORChartUtilities/**/*.{h,m}"
29     },
30     {
31       "name": "Ring",
32       "platforms": {
33         "ios": "8.0"
34       },
35       "source_files": "ORCharts/Classes/ORRingChart/**/*.{h,m}",
36       "public_header_files": "ORCharts/Classes/ORRingChart/ORRingChartView.h",
37       "dependencies": {
38         "ORCharts/Util": [
40         ]
41       }
42     },
43     {
44       "name": "Line",
45       "platforms": {
46         "ios": "8.0"
47       },
48       "source_files": "ORCharts/Classes/ORLineChart/**/*.{h,m}",
49       "public_header_files": "ORCharts/Classes/ORLineChart/ORLineChartView.h",
50       "dependencies": {
51         "ORCharts/Util": [
53         ]
54       }
55     }
56   ]