Skip to content

Commit

Permalink
v7.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromegournay committed Oct 7, 2022
1 parent c0ded41 commit 59c3d31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified OpenFlightCore.framework/OpenFlightCore
Binary file not shown.
4 changes: 2 additions & 2 deletions OpenFlightCore.podspec
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@

Pod::Spec.new do |s|
s.name = "OpenFlightCore"
s.version = "7.3.0"
s.version = "7.4.0"
s.summary = "Parrot Drone OpenFlightCore, low level implementation"
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_openflightcore', :tag => "7.3.0" }
s.source = { :git => 'https://github.com/Parrot-Developers/pod_openflightcore', :tag => "7.4.0" }
s.platform = :ios
s.ios.deployment_target = '13.0'
s.vendored_frameworks = 'OpenFlightCore.framework'
Expand Down

0 comments on commit 59c3d31

Please sign in to comment.