diff --git a/RedAlert-SDK/0.4.0/RedAlert-SDK.podspec b/RedAlert-SDK/0.4.0/RedAlert-SDK.podspec index 3627d8f..6a0c7b2 100644 --- a/RedAlert-SDK/0.4.0/RedAlert-SDK.podspec +++ b/RedAlert-SDK/0.4.0/RedAlert-SDK.podspec @@ -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" diff --git a/RedAlert-UI/2.4.0/RedAlert-UI.podspec b/RedAlert-UI/2.4.0/RedAlert-UI.podspec index f9ca878..8ff245b 100644 --- a/RedAlert-UI/2.4.0/RedAlert-UI.podspec +++ b/RedAlert-UI/2.4.0/RedAlert-UI.podspec @@ -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