From 59ca486ce0e0da25df3871b6b317ddf33f2f1726 Mon Sep 17 00:00:00 2001 From: Mario Zechner Date: Tue, 18 Jun 2024 10:28:56 +0200 Subject: [PATCH] [ios] Fix up branches in podspec files --- Spine.podspec | 2 +- SpineCppLite.podspec | 2 +- SpineShadersStructs.podspec | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Spine.podspec b/Spine.podspec index 3547e3f26..2ea5e557d 100644 --- a/Spine.podspec +++ b/Spine.podspec @@ -13,7 +13,7 @@ Spine runtimes for iOS. s.author = { "Esoteric Software LLC " => "https://esotericsoftware.com" } s.license = { :file => 'LICENSE' } - s.source = { :git => 'https://github.com/esotericsoftware/spine-runtimes.git', :branch => 'cocoapods' } + s.source = { :git => 'https://github.com/esotericsoftware/spine-runtimes.git', :branch => '4.2' } s.source_files = 'spine-ios/Sources/Spine/**/*.{swift,metal}' s.platform = :ios, '13.0' diff --git a/SpineCppLite.podspec b/SpineCppLite.podspec index 3a8471f9f..2b4dab602 100644 --- a/SpineCppLite.podspec +++ b/SpineCppLite.podspec @@ -14,7 +14,7 @@ Spine runtimes for iOS. s.license = { :file => 'LICENSE' } s.platform = :ios, '13.0' - s.source = { :git => 'https://github.com/esotericsoftware/spine-runtimes.git', :branch => 'cocoapods' } + s.source = { :git => 'https://github.com/esotericsoftware/spine-runtimes.git', :branch => '4.2' } s.source_files = 'spine-cpp/spine-cpp/**/*.{h,cpp}', 'spine-cpp/spine-cpp-lite/*.{h,cpp}' s.module_map = 'spine-cpp/spine-cpp-lite/module.modulemap' s.pod_target_xcconfig = { diff --git a/SpineShadersStructs.podspec b/SpineShadersStructs.podspec index c7fee30e0..d8211454f 100644 --- a/SpineShadersStructs.podspec +++ b/SpineShadersStructs.podspec @@ -14,7 +14,7 @@ Metal shaders structs for spine. s.license = { :file => 'LICENSE' } s.platform = :ios, '13.0' - s.source = { :git => 'https://github.com/esotericsoftware/spine-runtimes.git', :branch => 'cocoapods' } + s.source = { :git => 'https://github.com/esotericsoftware/spine-runtimes.git', :branch => '4.2' } s.source_files = 'spine-ios/Sources/SpineShadersStructs/*.{h,cpp}' s.pod_target_xcconfig = {