Skip to content

Commit

Permalink
ci: Prepare podspec for semantic release
Browse files Browse the repository at this point in the history
  • Loading branch information
einsteinx2 committed Apr 10, 2024
1 parent 90c3c84 commit 513a851
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions mParticle-Radar.podspec
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
Pod::Spec.new do |s|
s.name = 'mParticle-Radar'
s.version = '8.0.6'
s.summary = 'Radar integration for mParticle'
s.description = <<-DESC
This is the Radar integration for mParticle.
DESC
s.homepage = 'https://www.mparticle.com'
s.license = { :type => 'Apache 2.0', :file => 'LICENSE' }
s.author = { 'mParticle' => '[email protected]' }
s.source = { :git => "https://github.com/mparticle-integrations/mparticle-apple-integration-radar.git", :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/mparticle'
s.static_framework = true
s.ios.deployment_target = '10.0'
s.ios.source_files = 'mParticle-Radar/*.{h,m,mm}'
s.ios.frameworks = 'CoreLocation'
s.ios.dependency 'mParticle-Apple-SDK/mParticle', '~> 8.0'
s.ios.dependency 'RadarSDK', '~> 3.9'
s.ios.pod_target_xcconfig = { 'FRAMEWORK_SEARCH_PATHS' => '$(inherited) $(PODS_ROOT)/RadarSDK/**',
'OTHER_LDFLAGS' => '$(inherited) -framework "RadarSDK"' }
s.name = 'mParticle-Radar'
s.version = '8.0.6'
s.summary = 'Radar integration for mParticle'
s.description = <<-DESC
This is the Radar integration for mParticle.
DESC
s.homepage = 'https://www.mparticle.com'
s.license = { :type => 'Apache 2.0', :file => 'LICENSE' }
s.author = { 'mParticle' => '[email protected]' }
s.source = { :git => "https://github.com/mparticle-integrations/mparticle-apple-integration-radar.git", :tag => "v" + s.version.to_s }
s.social_media_url = 'https://twitter.com/mparticle'
s.static_framework = true
s.ios.deployment_target = '10.0'
s.ios.source_files = 'mParticle-Radar/*.{h,m,mm}'
s.ios.frameworks = 'CoreLocation'
s.ios.dependency 'mParticle-Apple-SDK/mParticle', '~> 8.0'
s.ios.dependency 'RadarSDK', '~> 3.9'
s.ios.pod_target_xcconfig = { 'FRAMEWORK_SEARCH_PATHS' => '$(inherited) $(PODS_ROOT)/RadarSDK/**',
'OTHER_LDFLAGS' => '$(inherited) -framework "RadarSDK"' }
end

0 comments on commit 513a851

Please sign in to comment.