This repository was archived by the owner on Feb 12, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathZee5PlayerPlugin.podspec
More file actions
50 lines (46 loc) · 1.69 KB
/
Zee5PlayerPlugin.podspec
File metadata and controls
50 lines (46 loc) · 1.69 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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
Pod::Spec.new do |s|
s.name = "Zee5PlayerPlugin"
s.version = '1.1.105'
s.summary = "Zee5PlayerPlugin"
s.description = <<-DESC
Zee5PlayerPlugin.
DESC
s.homepage = "https://github.com/applicaster/Zee5PlayerPlugin-iOS"
s.license = 'CMPS'
s.author = "Applicaster LTD."
s.source = { :git => "git@github.com:applicaster-plugins/Zee5PlayerPlugin-iOS.git", :tag => s.version.to_s }
s.platform = :ios, '10.0'
s.requires_arc = true
s.ios.deployment_target = "10.0"
s.swift_version = '5.1'
s.libraries = 'z'
s.frameworks = 'UIKit','AVFoundation'
s.source_files = 'PluginClasses/**/*.{h,m,swift,pch}'
s.resources = [ 'PluginClasses/**/*.{xib,storyboard,png,ttf,xcassets,json}']
s.xcconfig = {
'CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES' => 'YES',
'ENABLE_BITCODE' => 'YES',
'SWIFT_VERSION' => '5.1',
'OTHER_CFLAGS' => '-fembed-bitcode',
'OTHER_LDFLAGS' => '-objc -ObjC -lc++ -framework "GoogleCast"',
'GCC_SYMBOLS_PRIVATE_EXTERN' => 'YES'
}
s.dependency 'ZappPlugins'
s.dependency 'ApplicasterSDK'
s.dependency 'ZappSDK'
s.dependency 'PlayKit_IMA', '~> 1.8.0'
s.dependency 'Protobuf'
s.dependency 'google-cast-sdk-no-bluetooth', '= 4.4.7'
s.dependency 'ConvivaSDK'
s.dependency 'ComScore'
s.dependency 'LotameDMP', '~> 5.0'
s.dependency 'Zee5CoreSDK'
s.dependency 'CarbonKit'
s.dependency 'DropDown'
s.dependency 'UICircularProgressRing'
s.dependency 'SDWebImage'
s.dependency 'DownloadToGo'
s.dependency 'SQLite.swift'
s.dependency 'ZeeHomeScreen'
s.dependency 'Zee5Advertisement'
end