Skip to content

Commit

Permalink
1.8.0-beta2
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromegournay committed Apr 21, 2021
1 parent 2996702 commit 32d1e51
Showing 1 changed file with 3 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 = "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'}
Expand Down

0 comments on commit 32d1e51

Please sign in to comment.