blob: bdb1586a0d1b65ddad09badb22c95caa5e290b84 [file] [log] [blame]
{
"name": "CYHistogramView",
"version": "1.0.0",
"summary": "A simple histogram.",
"description": "TODO: A simple histogram.",
"homepage": "https://github.com/delims/CYHistogramView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"delims": "delims@qq.com"
},
"source": {
"git": "https://github.com/delims/CYHistogramView.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "CYHistogramView/Classes/**/*",
"public_header_files": "CYHistogramView/Classes/**/*.h",
"frameworks": [
"UIKit",
"Foundation"
]
}