From 32d1e5137d2ba7ec2cbb5b527ffd76f8aec3fbd6 Mon Sep 17 00:00:00 2001 From: Jerome Gournay Date: Wed, 21 Apr 2021 18:32:54 +0200 Subject: [PATCH] 1.8.0-beta2 --- GroundSdk.podspec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/GroundSdk.podspec b/GroundSdk.podspec index 41daa38..09f3ab4 100644 --- a/GroundSdk.podspec +++ b/GroundSdk.podspec @@ -1,17 +1,17 @@ Pod::Spec.new do |s| s.name = "GroundSdk" - s.version = "1.8.0-beta1" + s.version = "1.8.0-beta2" s.summary = "Parrot Drone SDK" s.homepage = "https://developer.parrot.com" s.license = "{ :type => 'BSD 3-Clause License', :file => 'LICENSE' }" s.author = 'Parrot Drone SAS' - s.source = { :git => 'https://github.com/Parrot-Developers/pod_groundsdk.git', :tag => "1.8.0-beta1" } + s.source = { :git => 'https://github.com/Parrot-Developers/pod_groundsdk.git', :tag => "1.8.0-beta2" } s.platform = :ios s.ios.deployment_target = '10.0' s.source_files = 'GroundSdk/**/*.{swift,h,m}' s.resources = 'GroundSdk/**/*.{vsh,fsh,txt,png}' - s.dependency 'SdkCore', '1.8.0-beta1' + s.dependency 'SdkCore', '1.8.0-beta2' s.public_header_files = ["GroundSdk/GroundSdk.h"] s.swift_version = '4.2' s.pod_target_xcconfig = {'SWIFT_VERSION' => '4.2'}