[Add] VisualEffectBlurView 6.0.0
[CocoaPods.git] / Specs / 8 / d / 5 / CSCoverageChart / 0.1.2 / CSCoverageChart.podspec.json
blob761dad33b83d75e0a02d04c8a59ccf8e16557c2d
2   "name": "CSCoverageChart",
3   "version": "0.1.2",
4   "summary": "Pie chart with multiple slices at even angles, each slice can have different radius. Useful when displaying coverage data.",
5   "description": "                       This control draws a pie chart with multiple slices at even angles, each slice can have different radius. Useful when displaying coverage data.\n\n                       Original repo: https://github.com/common-sense/CSCoverageChart\n",
6   "homepage": "https://github.com/Apolotary/CSCoverageChart",
7   "license": "MIT",
8   "authors": {
9     "Bektur": "ryskeldiev.b@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/Apolotary/CSCoverageChart.git",
13     "tag": "0.1.2"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Classes/",
20   "resource_bundles": {
21     "CSCoverageChart": [
22       "Pod/Assets/*.png"
23     ]
24   }