[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 9 / a / 7 / ShadowRadar / 0.1 / ShadowRadar.podspec.json
blob7e1e228bc583b9590405b848ea9b302b0da861e5
2   "name": "ShadowRadar",
3   "version": "0.1",
4   "summary": "A radar chart view with shadow.",
5   "description": "ShadowRadar is a radar chart view with shadow.",
6   "homepage": "https://github.com/xflagstudio/ShadowRadar",
7   "screenshots": "https://raw.githubusercontent.com/xflagstudio/ShadowRadar/master/screenshoots/demo.png",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "lm2343635": "lm2343635@126.com"
14   },
15   "source": {
16     "git": "https://github.com/xflagstudio/ShadowRadar.git",
17     "tag": "0.1"
18   },
19   "platforms": {
20     "ios": "9.0"
21   },
22   "dependencies": {
23     "ShapeView": [
24       "~> 0.3"
25     ]
26   },
27   "default_subspecs": "Core",
28   "subspecs": [
29     {
30       "name": "Core",
31       "source_files": "ShadowRadar/Classes/Core/**/*"
32     },
33     {
34       "name": "Title",
35       "dependencies": {
36         "ShadowRadar/Core": [
37           "~> 0"
38         ],
39         "SnapKit": [
40           "~> 4.2"
41         ]
42       },
43       "source_files": "ShadowRadar/Classes/Title/**/*"
44     }
45   ]