change(ios): podspec tagging
This commit is contained in:
parent
72ea2d33f0
commit
7844ea2061
1 changed files with 1 additions and 1 deletions
|
|
@ -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/**/*'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue