[Add] TestFrameworkIos1 1.0.2
[CocoaPods.git] / Specs / 9 / 6 / 8 / ORCharts / 2.0.7 / ORCharts.podspec.json
blob1c5b69ff16ecf72fd79e761632ba793139810e08
2   "name": "ORCharts",
3   "version": "2.0.7",
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.7"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "subspecs": [
22     {
23       "name": "Util",
24       "platforms": {
25         "ios": "8.0"
26       },
27       "source_files": "ORCharts/Classes/ORChartUtilities/**/*.{h,m}"
28     },
29     {
30       "name": "Ring",
31       "platforms": {
32         "ios": "8.0"
33       },
34       "source_files": "ORCharts/Classes/ORRingChart/**/*.{h,m}",
35       "dependencies": {
36         "ORCharts/Util": [
38         ]
39       }
40     },
41     {
42       "name": "Line",
43       "platforms": {
44         "ios": "8.0"
45       },
46       "source_files": "ORCharts/Classes/ORLineChart/**/*.{h,m}",
47       "dependencies": {
48         "ORCharts/Util": [
50         ]
51       }
52     }
53   ]