Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 51b7cdf

Browse filesBrowse files
committed
fix podspec
1 parent a7eb4b2 commit 51b7cdf
Copy full SHA for 51b7cdf

File tree

Expand file treeCollapse file tree

1 file changed

+9
-7
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+9
-7
lines changed

‎WebRTC-macOS.podspec

Copy file name to clipboard
+9-7Lines changed: 9 additions & 7 deletions
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' => 'tmthecoder@gmail.com' }
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" => "tmthecoder@gmail.com" }
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.