| { |
| "name": "PLMediaStreamingKit-ByteDance", |
| "version": "1.0.2", |
| "summary": "PILI iOS media streaming framework via RTMP.", |
| "homepage": "https://github.com/pili-engineering/PLMediaStreamingKit-ByteDance", |
| "license": "Apache License 2.0", |
| "authors": { |
| "pili": "pili@qiniu.com" |
| }, |
| "source": { |
| "http": "https://sdk-release.qnsdk.com/PLMediaStreamingKit-ByteDance-v1.0.2.zip" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "requires_arc": true, |
| "frameworks": [ |
| "UIKit", |
| "AVFoundation", |
| "CoreGraphics", |
| "CFNetwork", |
| "AudioToolbox", |
| "CoreMedia", |
| "VideoToolbox" |
| ], |
| "libraries": [ |
| "z", |
| "c++", |
| "icucore", |
| "sqlite3" |
| ], |
| "subspecs": [ |
| { |
| "name": "iphoneos", |
| "vendored_frameworks": "Pod/Library/*.framework" |
| } |
| ] |
| } |