change(ios): podspec tagging

This commit is contained in:
nick-delirium 2023-11-13 14:52:04 +01:00
parent 72ea2d33f0
commit 7844ea2061

View file

@ -5,7 +5,7 @@ Pod::Spec.new do |s|
s.homepage = 'https://github.com/openreplay/openreplay/tracker/tracker-ios'
s.license = { :type => 'ELv2', :file => 'LICENSE.md' }
s.author = { 'Nick Delirium' => 'nick.delirium@proton.me' }
s.source = { :git => 'https://github.com/openreplay/openreplay/tracker/tracker-ios', :tag => "v#{s.version}" }
s.source = { :git => 'https://github.com/openreplay/openreplay/tree/main/tracker/tracker-ios', :tag => "v#{s.version}" }
s.ios.deployment_target = '13.0'
s.swift_version = '5.0'
s.source_files = 'Sources/ORTracker/**/*'