blob: 797ff62efd3ada2f267e775b6ff7e06d72c19ce2 [file] [log] [blame]
{
"name": "Highcharts",
"version": "8.2.2",
"summary": "Powerful, vast charting library",
"description": "Objective-C wrapper for the popular Highcharts charting library. Convenient class infrastructure allows one to quickly embed charts in iOS apps, written in Objective-C or Swift. Supports dozens of responsive chart types, with a simple, yet powerful API. Easy to setup. See our Demo App for details.",
"homepage": "https://github.com/highcharts/highcharts-ios",
"license": {
"type": "Custom",
"file": "LICENSE"
},
"authors": "Highsoft",
"source": {
"git": "https://github.com/highcharts/highcharts-ios.git",
"tag": "v8.2.2"
},
"platforms": {
"ios": "9.0"
},
"ios": {
"vendored_frameworks": "development/Highcharts.framework"
},
"pod_target_xcconfig": {
"VALID_ARCHS": "armv7 armv7s x86_64 arm64"
}
}