[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 1 / 2 / c / OWChartView / 0.1.2 / OWChartView.podspec.json
bloba30ddcc5d2a5f0ae1ccc49e6acf3f274286910d1
2   "name": "OWChartView",
3   "version": "0.1.2",
4   "summary": "A Easy to use chart control of OWChartView.",
5   "description": "TODO: Easy to use chart control.",
6   "homepage": "https://github.com/OneWang/OWChartView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "OneWang": "jackwangqingfei@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/OneWang/OWChartView.git",
16     "tag": "0.1.2"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "OWChartView/**/*",
22   "frameworks": [
23     "UIKit",
24     "Foundation"
25   ],
26   "subspecs": [
27     {
28       "name": "Category",
29       "source_files": "OWChartView/**/*"
30     },
31     {
32       "name": "OWModel",
33       "source_files": "OWChartView/**/*"
34     },
35     {
36       "name": "OWView",
37       "source_files": "OWChartView/**/*"
38     }
39   ]