# # Be sure to run `pod lib lint PLCameraStreamingKit.podspec' to ensure this is a # valid spec and remove all comments before submitting the spec. # # Any lines starting with a # are optional, but encouraged # # To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html # Pod::Spec.new do |s| s.name = "PLMediaStreamingKit" s.version = "3.1.1" s.summary = "Pili iOS media streaming framework via RTMP." s.homepage = "https://github.com/pili-engineering/PLMediaStreamingKit" s.license = 'Apache License, Version 2.0' s.author = { "pili" => "pili@qiniu.com" } s.source = { :http => "https://sdk-release.qnsdk.com/PLMediaStreamingKit-v3.1.1-universal.zip"} s.platform = :ios s.ios.deployment_target = '8.0' s.requires_arc = true s.subspec "ex-HappyDNS" do |ss1| ss1.vendored_frameworks = ['Pod/Library-Universal/PLMediaStreamingKit.framework'] end s.subspec "HappyDNS" do |ss2| ss2.vendored_frameworks = ['Pod/Library-Universal/HappyDNS.framework'] end s.frameworks = ['UIKit', 'AVFoundation', 'CoreGraphics', 'CFNetwork', 'AudioToolbox', 'CoreMedia', 'VideoToolbox'] s.libraries = 'z', 'c++', 'icucore', 'sqlite3' end