Skip to content

Commit

Permalink
フォーマット用のスペースを削除する
Browse files Browse the repository at this point in the history
  • Loading branch information
zztkm committed Jan 17, 2025
1 parent e273949 commit 8a44e72
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Sora.podspec
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
Pod::Spec.new do |s|
s.name = "Sora"
s.name = "Sora"
s.version = "2025.1.0-canary.0"
s.summary = "Sora iOS SDK"
s.description = <<-DESC
s.summary = "Sora iOS SDK"
s.description = <<-DESC
A library to develop Sora client applications.
DESC
s.homepage = "https://github.com/shiguredo/sora-ios-sdk"
s.license = { :type => "Apache License, Version 2.0" }
s.authors = { "Shiguredo Inc." => "https://shiguredo.jp/" }
s.platform = :ios, "14.0"
s.source = {
s.homepage = "https://github.com/shiguredo/sora-ios-sdk"
s.license = { :type => "Apache License, Version 2.0" }
s.authors = { "Shiguredo Inc." => "https://shiguredo.jp/" }
s.platform = :ios, "14.0"
s.source = {
:git => "https://github.com/shiguredo/sora-ios-sdk.git",
:tag => s.version
}
s.source_files = "Sora/**/*.swift"
s.source_files = "Sora/**/*.swift"
s.resources = ['Sora/*.xib']
s.dependency "WebRTC", '132.6834.5.1'
s.pod_target_xcconfig = {
Expand Down

0 comments on commit 8a44e72

Please sign in to comment.