File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +9
-7
lines changed
Original file line number Diff line number Diff line change 1
1
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"
4
4
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
10
12
end
You can’t perform that action at this time.
0 commit comments