-
Notifications
You must be signed in to change notification settings - Fork 6
/
SGPlayer-iOS.podspec
33 lines (17 loc) · 994 Bytes
/
SGPlayer-iOS.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
27
28
29
30
31
32
33
Pod::Spec.new do |spec|
spec.name = "SGPlayer-iOS"
spec.version = "1.0.1"
spec.summary = "SGPlayer-iOS can play normal video and VR video"
spec.description = "SGPlayer-iOS based on SGPlayer whitch can play normal video and VR video"
spec.homepage = "https://github.com/yegail/SGPlayer-iOS"
spec.license = { :type => "MIT", :file => "LICENSE.md" }
spec.author = { "yegail" => "[email protected]" }
spec.platform = :ios, "9.0"
spec.source = { :git => "https://github.com/yegail/SGPlayer-iOS.git", :tag => "#{spec.version}" }
#spec.exclude_files = "Classes/Exclude"
spec.source_files = ["SGPlayer/SGPlayer/Classes", "SGPlayer/SGPlayer/Classes/**/*.{h,m}"]
#spec.module_map = 'SGPlayer/Classes/Extension/SGAVPlayer/module.modulemap'
spec.frameworks = 'AudioToolbox', 'VideoToolBox', 'CoreMedia'
#spec.resources = "SGVideoPlayer/SGVideoPlayer/Slider/ImageResources.bundle"
spec.requires_arc = true
end