[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 9 / a / 7 / ShadowRadar / 0.2.3 / ShadowRadar.podspec.json
blob3a2f060de6a581d5581ca0d8c827677015a085ca
2   "name": "ShadowRadar",
3   "version": "0.2.3",
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.3"
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": "Rx",
35       "dependencies": {
36         "ShadowRadar/Core": [
37           "~> 0"
38         ],
39         "RxCocoa": [
40           "~> 4.2"
41         ]
42       },
43       "source_files": "ShadowRadar/Classes/Rx/**/*"
44     }
45   ]