blob: 6d3f76550c73774d6d539277a5a09f0e69c2a188 [file] [log] [blame]
{
"name": "FancyCharts",
"version": "0.0.1",
"summary": "Implement fancy custom charts in your iOS project.",
"description": "This CocoaPods library helps you implement custom charts in your iOS project.",
"homepage": "https://github.com/krishnilbhojani/FancyCharts",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Krishnil Bhojani": "krishnilbhojani2001@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/krishnilbhojani/FancyCharts.git",
"tag": "0.0.1"
},
"swift_versions": "5.0",
"source_files": "FancyCharts/**/*.{h,m,swift}",
"swift_version": "5.0"
}