blob: 742dd74e70094f602e270da6ee2420cba0761ec3 [file] [log] [blame]
{
"name": "CSChartsView",
"version": "0.1.0",
"summary": "A light weight line graph drawing framework",
"description": "This is a light weight line graph drawing framework,it is easy to use.",
"homepage": "https://github.com/sk344208651/CSChartsView",
"license": {
"type": "MIT"
},
"authors": {
"Carl Shen": "344208651@qq.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/sk344208651/CSChartsView.git",
"tag": "0.1.0"
},
"source_files": "Source/**/*.{h,m}",
"frameworks": [
"CoreGraphics",
"UIKit",
"Foundation"
],
"requires_arc": true,
"screenshots": [
"https://raw.githubusercontent.com/sk344208651/CSChartsView/master/Image/IMG_0470.PNG",
"https://raw.githubusercontent.com/sk344208651/CSChartsView/master/Image/IMG_0473.PNG",
"https://raw.githubusercontent.com/sk344208651/CSChartsView/master/Image/IMG_0478.PNG",
"https://raw.githubusercontent.com/sk344208651/CSChartsView/master/Image/IMG_0479.PNG",
"https://raw.githubusercontent.com/sk344208651/CSChartsView/master/Image/IMG_0480.PNG"
]
}