Skip to content

Commit

Permalink
Updated required frameworks and podspecs
Browse files Browse the repository at this point in the history
  • Loading branch information
welljsjs committed May 25, 2019
1 parent 6dc5e97 commit e0e4d48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion openh264.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ function build() {
fi
mkdir -p ${PREFIX}

echo "Builing for ${ARCH}..."
echo "Building for ${ARCH}..."

cp "${MAKEFILE}" "${MAKEFILE_BAK}"

Expand Down
2 changes: 1 addition & 1 deletion pjsip.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Pod::Spec.new do |s|
s.summary = "Open Source SIP, Media and NAT Traversal Library."
s.homepage = "http://www.pjsip.org"
s.author = 'www.pjsip.org'
s.source = { :git => "https://github.com/welljsjs/pjsip.git", :tag => "#{s.version}" }
s.source = { :git => "https://github.com/chebur/pjsip.git", :tag => "#{s.version}" }
s.platform = :ios, '8.0'
s.description = <<-DESC
PJSIP is a free and open source multimedia communication library written in C language implementing standard based protocols such as SIP, SDP, RTP, STUN, TURN, and ICE. It combines signaling protocol (SIP) with rich multimedia framework and NAT traversal functionality into high level API that is portable and suitable for almost any type of systems ranging from desktops, embedded systems, to mobile handsets.
Expand Down

0 comments on commit e0e4d48

Please sign in to comment.