blob: f1aa654b59cccd1677a75a580f1770fc97b1bd61 [file] [log] [blame]
{
"name": "ChartSDK",
"version": "1.0.0",
"summary": "ChartSDK lets a user create charts.",
"description": "ChartSDK lets a user create pie charts.",
"homepage": "https://github.com/a-kolosov/ChartSDK",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Anton Kolosov": "kolosovanton91@gmail.com"
},
"source": {
"git": "https://github.com/a-kolosov/ChartSDK.git",
"tag": "1.0.0"
},
"source_files": "ChartSDK/Classes/**/*",
"frameworks": [
"UIKit",
"CoreGraphics"
],
"platforms": {
"ios": "10.3"
},
"swift_versions": "5.0",
"swift_version": "5.0"
}