[Add] TIoTLinkVideo 2.4.35
[CocoaPods.git] / Specs / 3 / d / 5 / Highcharts / 9.3.1 / Highcharts.podspec.json
blob3ac59d3834cf57d5ba4a9a667a89c2564904af36
2   "name": "Highcharts",
3   "version": "9.3.1",
4   "summary": "Powerful, vast charting library",
5   "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.",
6   "homepage": "https://github.com/highcharts/highcharts-ios",
7   "license": {
8     "type": "Custom",
9     "file": "LICENSE"
10   },
11   "authors": "Highsoft",
12   "source": {
13     "git": "https://github.com/highcharts/highcharts-ios.git",
14     "tag": "v9.3.1"
15   },
16   "platforms": {
17     "ios": "9.0"
18   },
19   "ios": {
20     "vendored_frameworks": "XCFramework/Highcharts.xcframework"
21   },
22   "pod_target_xcconfig": {
23     "VALID_ARCHS": "armv7 armv7s x86_64 arm64"
24   }