blob: 34d68841af0f51dbb3f225672d33a01e94218dfd [file] [log] [blame]
{
"name": "SimpleBarChart",
"version": "1.0.0",
"summary": "A simple bar chart for iOS",
"description": "A simple bar chart for iOS development.",
"homepage": "https://github.com/SooqaEffect/SimpleBarChart",
"license": "MIT",
"authors": {
"Vyacheslav Yashunin": "sooqaeffect@gmail.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/SooqaEffect/SimpleBarChart.git",
"tag": "1.0.0"
},
"source_files": "SimpleBarChart/**/*.{h,m,swift}",
"exclude_files": "Classes/Exclude",
"frameworks": [
"Foundation",
"UIKit"
]
}