[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 9 / a / 7 / ShadowRadar / 0.2.1 / ShadowRadar.podspec.json
blobe9a5dab93e1046015f3fe8356df22088593d8325
2   "name": "ShadowRadar",
3   "version": "0.2.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.2.1"
18   },
19   "platforms": {
20     "ios": "9.0"
21   },
22   "dependencies": {
23     "ShapeView": [
24       "~> 0.3"
25     ],
26     "SnapKit": [
27       "~> 4.2"
28     ]
29   },
30   "default_subspecs": "Core",
31   "subspecs": [
32     {
33       "name": "Core",
34       "source_files": "ShadowRadar/Classes/Core/**/*"
35     },
36     {
37       "name": "Rx",
38       "dependencies": {
39         "ShadowRadar/Core": [
40           "~> 0"
41         ],
42         "RxCocoa": [
43           "~> 4.2"
44         ]
45       },
46       "source_files": "ShadowRadar/Classes/Rx/**/*"
47     }
48   ]