blob: 00c0a491ce86cfbc4f36725ea52a4ab60e936b37 [file] [log] [blame]
{
"name": "CYHistogramView",
"version": "0.1.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": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "CYHistogramView/Classes/**/*",
"public_header_files": "CYHistogramView/Classes/**/*.h",
"frameworks": [
"UIKit",
"Foundation"
]
}