forked from Phunk87/librtmp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
librtmp.podspec
26 lines (21 loc) · 878 Bytes
/
librtmp.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#
# Be sure to run `pod lib lint PLStreamingKit.podspec' to ensure this is a
# valid spec before submitting.
#
# Any lines starting with a # are optional, but their use is encouraged
# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html
#
Pod::Spec.new do |s|
s.name = "librtmp"
s.version = "1.2"
s.summary = "Pili iOS video player SDK, RTMP, HLS video streaming supported."
s.homepage = "https://github.com/pili-engineering/PLPlayerKit"
s.license = 'Apache License, Version 2.0'
s.author = { "0dayZh" => "[email protected]" }
s.source = { :git => "https://github.com/lawder/librtmp.git", :tag => s.version }
s.platform = :ios, '7.0'
s.requires_arc = true
s.public_header_files = "Pod/*.h"
s.source_files = 'Pod/*.c'
s.source_files = 'Pod/*.h'
end