ソースを参照

[ios] Fix up branches in podspec files

Mario Zechner 1 年間 前
コミット
59ca486ce0
3 ファイル変更3 行追加3 行削除
  1. 1 1
      Spine.podspec
  2. 1 1
      SpineCppLite.podspec
  3. 1 1
      SpineShadersStructs.podspec

+ 1 - 1
Spine.podspec

@@ -13,7 +13,7 @@ Spine runtimes for iOS.
   s.author           = { "Esoteric Software LLC  " => "https://esotericsoftware.com" }
   s.author           = { "Esoteric Software LLC  " => "https://esotericsoftware.com" }
   s.license          = { :file => 'LICENSE' }
   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.source_files     = 'spine-ios/Sources/Spine/**/*.{swift,metal}'
   s.platform         = :ios, '13.0'
   s.platform         = :ios, '13.0'
 
 

+ 1 - 1
SpineCppLite.podspec

@@ -14,7 +14,7 @@ Spine runtimes for iOS.
   s.license             = { :file => 'LICENSE' }
   s.license             = { :file => 'LICENSE' }
   s.platform            = :ios, '13.0'
   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.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.module_map          = 'spine-cpp/spine-cpp-lite/module.modulemap'
   s.pod_target_xcconfig = {
   s.pod_target_xcconfig = {

+ 1 - 1
SpineShadersStructs.podspec

@@ -14,7 +14,7 @@ Metal shaders structs for spine.
   s.license             = { :file => 'LICENSE' }
   s.license             = { :file => 'LICENSE' }
   s.platform            = :ios, '13.0'
   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.source_files        = 'spine-ios/Sources/SpineShadersStructs/*.{h,cpp}'
 
 
   s.pod_target_xcconfig = {
   s.pod_target_xcconfig = {