[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 6 / 5 / 8 / LightweightCharts / 3.5.0 / LightweightCharts.podspec.json
blob04fe933a1b8fd3a8a7449d6596b04b04a31337b3
2   "name": "LightweightCharts",
3   "version": "3.5.0",
4   "summary": "LightweightCharts for iOS.",
5   "description": "LightweightCharts pod. Swift wrapper above JavaScript library.",
6   "homepage": "https://tradingview.com",
7   "license": {
8     "type": "Apache License, Version 2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "TradingView, Inc.": "noreply@tradingview.com"
13   },
14   "source": {
15     "git": "https://github.com/tradingview/LightweightChartsIOS.git",
16     "tag": "3.5.0"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "source_files": "LightweightCharts/**/*.swift",
22   "resources": "LightweightCharts/Assets/*",
23   "swift_versions": "5.0",
24   "script_phases": {
25     "name": "LightweightCharts",
26     "script": "LIBRARY=${TEMP_DIR}/lightweight-charts.js\n      \nif [ \"${CONFIGURATION}\" = \"Release\" ]; then\n    curl -o $LIBRARY https://unpkg.com/lightweight-charts@3.5.0/dist/lightweight-charts.standalone.production.js\nelse\n    curl -o $LIBRARY https://unpkg.com/lightweight-charts@3.5.0/dist/lightweight-charts.standalone.development.js\nfi\n\ncp -f $LIBRARY ${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/lightweight-charts.js"
27   },
28   "swift_version": "5.0"