up url for ramsdk #3

Merged
nikita.mikryukov merged 1 commits from feature/up_RedAlert into master 2024-04-22 17:08:10 +03:00
2 changed files with 4 additions and 4 deletions

View File

@ -3,11 +3,11 @@ Pod::Spec.new do |s|
s.version = "0.4.0"
s.summary = "RedAlert SDK iOS"
s.description = "SDK чата технической поддержки для платформы iOS"
s.homepage = "https://github.com/TouchInstinct/ramsdk-ios"
s.homepage = "https://git.ti/scm/touchinstinct/ramsdk-ios.git"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "Egor Taflanidi" => "et@redmadrobot.com" }
s.platform = :ios, "10.0"
s.source = { :git => "git@github.com:TouchInstinct/ramsdk-ios.git", :tag => s.version, :branch => "master" }
s.source = { :git => "https://git.ti/scm/touchinstinct/ramsdk-ios.git", :tag => s.version, :branch => "master" }
s.source_files = "Source/RedAlert/RedAlert/Classes/**/*"
s.requires_arc = true
s.swift_version = "5.0"

View File

@ -3,11 +3,11 @@ Pod::Spec.new do |s|
s.version = "2.4.0"
s.summary = "RedAlert UI iOS"
s.description = "UI чата технической поддержки для платформы iOS"
s.homepage = "https://github.com/TouchInstinct/ramsdk-ios-ui"
s.homepage = "https://git.ti/scm/touchinstinct/ramsdk-ios-ui.git"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "Andrei Rozhkov" => "ar@redmadrobot.com" }
s.platform = :ios, "10.0"
s.source = { :git => "git@github.com:TouchInstinct/ramsdk-ios-ui.git", :tag => s.version }
s.source = { :git => "https://git.ti/scm/touchinstinct/ramsdk-ios-ui.git", :tag => s.version }
s.source_files = "RedAlert-UI/Classes/**/*.{h,m,swift}"
s.resources = ["RedAlert-UI/Classes/**/*.{xib,storyboard}", "RedAlert-UI/Resources/*"]
s.requires_arc = true