diff --git a/context7.json b/context7.json new file mode 100644 index 00000000..9eef4bd1 --- /dev/null +++ b/context7.json @@ -0,0 +1,4 @@ +{ + "url": "https://context7.com/abtsoftware/scichart.ios.examples", + "public_key": "pk_1yKQOsCFMIkPO2f5tgARV" +} \ No newline at end of file diff --git a/v2.x/Examples/Podfile b/v2.x/Examples/Podfile index 21a65a59..aecafe90 100644 --- a/v2.x/Examples/Podfile +++ b/v2.x/Examples/Podfile @@ -14,13 +14,13 @@ platform :ios, '8.0' # Define pods for target SciChartDemo use_frameworks! -pod 'SciChart', '2.5.0.2622' +pod 'SciChart', '2.5.0.2643' target 'SciChartDemo' do project 'SciChartDemo/SciChartDemo.xcodeproj' target 'SciChartDemoTests' do inherit! :search_paths - pod 'SciChart', '2.5.0.2622' + pod 'SciChart', '2.5.0.2643' end end