Commit 944fca28 by 邓成林

新建工程

parent 97faca4e
No preview for this file type
Pod::Spec.new do |s|
s.name = 'RPJPVideoPlayer'
s.version = '1.0.0'
s.summary = 'Automatic play video in UITableView like Weibo home page in main thread and never block main thread.'
s.description = '基于JPVideoPlayer修改一些属性'
s.homepage = 'http://git.dankal.cn/laolinsir/RPJPVideoPlayer.git'
s.license = 'MIT'
s.author = { 'NewPan' => '13246884282@163.com' }
# s.platform = :ios, '8.0'
# When using multiple platforms
s.ios.deployment_target = '8.0'
# s.osx.deployment_target = "10.7"
# s.watchos.deployment_target = "2.0"
# s.tvos.deployment_target = "9.0"
s.source = { :git => 'http://git.dankal.cn/laolinsir/RPJPVideoPlayer.git', :tag => s.version }
s.source_files = 'rp_JPVideoPlayer/**/*.{h,m}'
s.resource = 'rp_JPVideoPlayer/JPVideoPlayer.bundle'
s.frameworks = 'Foundation', 'UIKit', 'AVFoundation', 'MobileCoreServices'
s.requires_arc = true
end
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment