Skip to content

Commit 51b7cdf

Browse files
committed
fix podspec
1 parent a7eb4b2 commit 51b7cdf

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

WebRTC-macOS.podspec

+9-7
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
Pod::Spec.new do |s|
2-
s.name = 'WebRTC-macOS'
3-
s.version = '1.1.31999'
2+
s.name = "WebRTC-macOS"
3+
s.version = "1.1.31999"
44
s.license = { :type => 'MIT', :file => "LICENSE" }
5-
s.homepage = 'https://tmthecoder.dev'
6-
s.authors = { 'Tejas Mehta' => '[email protected]' }
7-
s.source = { :git => 'https://github.com/tmthecoder/WebRTC-macOS.git', :tag => s.version.to_s }
8-
s.summary = 'A pod containign WebRTC built for mac.'
9-
s.vendored_frameworks = 'WebRTC.framework'
5+
s.homepage = "https://tmthecoder.dev"
6+
s.authors = { "Tejas Mehta" => "[email protected]" }
7+
s.source = { :git => "https://github.com/tmthecoder/WebRTC-macOS.git", :tag => s.version.to_s }
8+
s.summary = "A pod containing WebRTC built for mac."
9+
s.vendored_frameworks = "WebRTC.framework"
10+
s.osx.deployment_target = "10.9"
11+
s.requires_arc = true
1012
end

0 commit comments

Comments
 (0)