up url for ramsdk #3
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue