| Index: webrtc/build/ios/SDK/WebRTC.podspec
|
| diff --git a/webrtc/build/ios/SDK/WebRTC.podspec b/webrtc/build/ios/SDK/WebRTC.podspec
|
| deleted file mode 100644
|
| index 523b840a59d852b99034d217e8c39e16f6f172c8..0000000000000000000000000000000000000000
|
| --- a/webrtc/build/ios/SDK/WebRTC.podspec
|
| +++ /dev/null
|
| @@ -1,18 +0,0 @@
|
| -Pod::Spec.new do |s|
|
| - s.name = "WebRTC"
|
| - s.version = "0.0.1"
|
| - s.summary = "WebRTC SDK for iOS"
|
| - s.description = <<-DESC
|
| - WebRTC is a free, open project that provides browsers and mobile
|
| - applications with Real-Time Communications (RTC) capabilities via simple
|
| - APIs.
|
| - DESC
|
| - s.homepage = "http://webrtc.org/"
|
| - s.license = { :type => "BSD", :file => "LICENSE" }
|
| - s.author = "Google Inc."
|
| -
|
| - s.platform = :ios, "8.0"
|
| -
|
| - s.public_header_files = "WebRTC.framework/Headers/**/*.h"
|
| - s.vendored_frameworks = "WebRTC.framework"
|
| -end
|
|
|