-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathJMMonitorView.podspec
More file actions
24 lines (21 loc) · 1.09 KB
/
JMMonitorView.podspec
File metadata and controls
24 lines (21 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Pod::Spec.new do |s|
s.name = "JMMonitorView"
s.version = "1.0.8"
s.summary = "Camera monitor UIImage and OpenGL image view for Jimi iOS Platform."
s.description = "Camera monitor UIImage and OpenGL image view for Jimi iOS Platform."
s.homepage = "https://github.com/JimiPlatform/JMMonitorView"
s.license = { :type => "Apache License 2.0", :file => "LICENSE" }
s.author = { "Eafy" => "lizhijian_21@163.com" }
s.platform = :ios, "8.0"
s.requires_arc = true
s.frameworks = ["GLKit", "AVFoundation", "VideoToolbox", "CoreVideo", "OpenGLES"]
s.libraries = "c++"
s.requires_arc = true
#s.source = { :http =>pwd "http://10.0.10.85/apppublic/jimirepofile/raw/master/#{s.name}/#{s.name}-#{s.version}.zip?inline=false", :type => "zip" }
s.source = { :git => "https://github.com/JimiPlatform/JMMonitorView.git", :tag => "#{s.version}" }
s.ios.deployment_target = '8.0'
s.ios.vendored_framework = 'JMMonitorView.framework'
s.dependency 'ZJLog'
end
#推送命令
#pod trunk push JMMonitorView.podspec --verbose --allow-warnings --use-libraries