diff --git a/sdk/objc/WebRTC.podspec b/sdk/objc/WebRTC.podspec deleted file mode 100644 index a29b315fcf..0000000000 --- a/sdk/objc/WebRTC.podspec +++ /dev/null @@ -1,18 +0,0 @@ -Pod::Spec.new do |s| - s.name = "WebRTC" - s.version = "${FRAMEWORK_VERSION_NUMBER}" - 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, "9.0" - - s.public_header_files = "WebRTC.framework/Headers/**/*.h" - s.vendored_frameworks = "WebRTC.framework" -end