Skip to content

Commit

Permalink
podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
famfamfam committed Nov 12, 2024
1 parent 5949e74 commit 37d4f20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions NodeMediaClient.podspec
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Pod::Spec.new do |s|

s.name = 'NodeMediaClient'
s.version = '2.9.6'
s.version = '2.9.2'
s.summary = 'A live streaming SDK.'
s.license = { :type => 'Copyright', :text => 'Copyright 2020 NodeMedia Ltd. All rights reserved.' }
s.homepage = 'http://www.nodemedia.cn'
s.author = { 'Mingliang Chen' => 'illuspas@gmail.com' }
s.source = { :git => 'https://github.com/famfamfam/NodeMediaClient-iOS-Pods.git', :tag => s.version }
s.source = { :git => 'https://github.com/famfamfam/NodeMediaClient-iOS-old.git', :tag => s.version }
s.platform = :ios, '8.0'
s.source_files = 'NodeMediaClient/NodeMediaClient.framework/Headers/*.{h}'
s.vendored_frameworks = 'NodeMediaClient/NodeMediaClient.framework'
Expand Down

0 comments on commit 37d4f20

Please sign in to comment.