Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
a42279395 committed Feb 7, 2023
1 parent 6e83154 commit b60510e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions WebRTC_HX.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'WebRTC_HX'
s.version = '1.1.4'
s.version = '1.1.5'
s.summary = 'A short description of WebRTC_HX.'
s.pod_target_xcconfig = { 'VALID_ARCHS' => 'x86_64 armv7 arm64' }
# This description is used to generate tags and improve search results.
Expand All @@ -28,9 +28,9 @@ TODO: Add long description of the pod here.
s.source = { :git => 'https://github.com/a42279395/WebRTC_HX.git', :tag => s.version.to_s }
# s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'

s.ios.deployment_target = '11.0'
s.ios.deployment_target = '12.0'

s.source = { :http => "https://github.com/a42279395/WebRTC_HX/releases/download/1.1.4/WebRTC.framework.zip" }
s.source = { :http => "https://github.com/a42279395/WebRTC_HX/releases/download/1.1.5/WebRTC.framework.zip" }
s.vendored_frameworks = "WebRTC.framework"

# s.resource_bundles = {
Expand Down

0 comments on commit b60510e

Please sign in to comment.