-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGLSDKCode.podspec
More file actions
42 lines (16 loc) · 783 Bytes
/
GLSDKCode.podspec
File metadata and controls
42 lines (16 loc) · 783 Bytes
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
Pod::Spec.new do |s|
s.name = "GLSDKCode"
s.version = "1.x.x-local"
s.summary = "GLSDKCode"
s.description = "GLSDKCode"
s.homepage = "https://github.com/coderTong/GLSDKCode"
s.license = "Commercial"
s.author = { "CodeTomWu" => "coderwutong@gmail.com" }
s.platform = :ios, "8.0"
s.source = { :git => "https://github.com/coderTong/GLSDKCode.git", :commit => "804d8052547c5fd166889eb61598e2940b8b332c" }
s.source_files = "GLSDKCode", "GLSDKCode/GLSDKCode/**/*.*"
s.exclude_files = "GLSDKCodeTests"
s.resources = "**/*.{fsh,vsh}"
s.frameworks = "UIKit", "QuartzCore", "OpenGLES", "MediaPlayer", "AudioToolbox", "AVFoundation", "CoreMedia", "CFNetwork"
s.requires_arc = true
end