pili-engineering / PLMediaStreamingKit

PLMediaStreamingKit 是七牛推出的一款适用于 iOS 平台的推流 SDK,支持 RTMP 推流,h.264 和 AAC 编码,硬编、软编支持。具有丰富的数据和状态回调,方便用户根据自己的业务定制化开发。具有直播场景下的重要功能,如:美颜、背景音乐、水印等功能。
https://github.com/pili-engineering/PLMediaStreamingKit
Apache License 2.0
542 stars 243 forks source link

使用pod无法加载 #63

Closed JoshuaFeng5 closed 6 years ago

JoshuaFeng5 commented 7 years ago

[!] Unable to find a specification for PLMediaStreamingKit

这是pod install 之后发生的结果, 是没有更新吗, 还是怎样, 无法通过pod加载吗

missljl commented 6 years ago

Downloading dependencies Installing HappyDNS (0.3.10) Installing PLMediaStreamingKit (2.2.5) 一直这样 加载其他库完全没问题,卡在这理1个小时了。 Podfile文件 platform :ios, '8.0' source 'https://github.com/CocoaPods/Specs.git' target ‘zhibo’ do pod 'PLMediaStreamingKit' end