Skip to content

Commit

Permalink
GroundSdk release 7.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jenkins.onyxia committed Jun 9, 2022
1 parent 3e44d9d commit 1157569
Show file tree
Hide file tree
Showing 3 changed files with 870 additions and 3 deletions.
6 changes: 3 additions & 3 deletions GroundSdk.podspec
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@

Pod::Spec.new do |s|
s.name = "GroundSdk"
s.version = "7.2.0"
s.version = "7.2.1"
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 => "7.2.0" }
s.source = { :git => 'https://github.com/Parrot-Developers/pod_groundsdk.git', :tag => "7.2.1" }
s.platform = :ios
s.ios.deployment_target = '12.0'
s.source_files = 'GroundSdk/**/*.{swift,h,m}'
s.resources = 'GroundSdk/**/*.{vsh,fsh,txt,png}'
s.dependency 'SdkCore', '7.2.0'
s.dependency 'SdkCore', '7.2.1'
s.public_header_files = ["GroundSdk/GroundSdk.h"]
s.swift_version = '5'
s.pod_target_xcconfig = {'SWIFT_VERSION' => '5'}
Expand Down
Loading

0 comments on commit 1157569

Please sign in to comment.