[Add] TIoTLinkVideo 2.4.35
[CocoaPods.git] / Specs / 3 / d / 5 / Highcharts / 8.2.1 / Highcharts.podspec.json
bloba1d05f03fcb58901190c9a94d63cc7b6b992b4d0
2   "name": "Highcharts",
3   "version": "8.2.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": "v8.2.1"
15   },
16   "platforms": {
17     "ios": "9.0"
18   },
19   "ios": {
20     "vendored_frameworks": "development/Highcharts.framework"
21   },
22   "pod_target_xcconfig": {
23     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
24   },
25   "user_target_xcconfig": {
26     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
27   }