blob: be654c658fbb3fa86d3f921247506fa7dbbc9155 [file] [log] [blame]
{
"name": "ShadowRadar",
"version": "0.3",
"summary": "A radar chart view with shadow.",
"description": "ShadowRadar is a radar chart view with shadow.",
"homepage": "https://github.com/xflagstudio/ShadowRadar",
"screenshots": "https://raw.githubusercontent.com/xflagstudio/ShadowRadar/master/screenshoots/demo.png",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"lm2343635": "lm2343635@126.com"
},
"source": {
"git": "https://github.com/xflagstudio/ShadowRadar.git",
"tag": "0.3"
},
"platforms": {
"ios": "9.0"
},
"dependencies": {
"ShapeView": [
"~> 0.3"
]
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "ShadowRadar/Classes/Core/**/*"
},
{
"name": "Rx",
"dependencies": {
"ShadowRadar/Core": [
"~> 0"
],
"RxCocoa": [
"~> 4.2"
]
},
"source_files": "ShadowRadar/Classes/Rx/**/*"
}
]
}