Skip to content

Commit

Permalink
v7.6.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromegournay committed Apr 3, 2023
1 parent 50a0e8b commit 6ade42e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 12 deletions.
Binary file modified OpenFlightCore.framework/OpenFlightCore
Binary file not shown.
23 changes: 11 additions & 12 deletions OpenFlightCore.podspec
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@

Pod::Spec.new do |s|
s.name = "OpenFlightCore"
s.version = "7.5.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.5.0" }
s.platform = :ios
s.ios.deployment_target = '13.0'
s.vendored_frameworks = 'OpenFlightCore.framework'
s.xcconfig = { 'ONLY_ACTIVE_ARCH' => 'YES' }
s.name = "OpenFlightCore"
s.version = "7.6.0-rc1"
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.6.0-rc1" }
s.platform = :ios
s.ios.deployment_target = '13.0'
s.vendored_frameworks = 'OpenFlightCore.framework'
s.xcconfig = { 'ONLY_ACTIVE_ARCH' => 'YES' }
end

0 comments on commit 6ade42e

Please sign in to comment.