diff --git a/Sora.podspec b/Sora.podspec index 9678dbf8..98bbb9bd 100644 --- a/Sora.podspec +++ b/Sora.podspec @@ -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 = {