[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 1 / f / 3 / PlayKit / 3.3.3 / PlayKit.podspec.json
blob323419dbfb910a597750a645819bb96fba400fee
2   "name": "PlayKit",
3   "version": "3.3.3",
4   "summary": "PlayKit: Kaltura Mobile Player SDK - iOS",
5   "homepage": "https://github.com/kaltura/playkit-ios",
6   "license": {
7     "type": "AGPLv3",
8     "text": "AGPLv3"
9   },
10   "authors": {
11     "Kaltura": "community@kaltura.com"
12   },
13   "source": {
14     "git": "https://github.com/kaltura/playkit-ios.git",
15     "tag": "v3.3.3"
16   },
17   "platforms": {
18     "ios": "8.0",
19     "tvos": "9.0"
20   },
21   "default_subspecs": "Core",
22   "pushed_with_swift_version": "4.0",
23   "subspecs": [
24     {
25       "name": "Core",
26       "source_files": "Classes/**/*",
27       "dependencies": {
28         "SwiftyJSON": [
29           "3.1.4"
30         ],
31         "Log": [
32           "1.0"
33         ],
34         "SwiftyXMLParser": [
35           "3.0.3"
36         ],
37         "KalturaNetKit": [
38           "~> 0.0"
39         ]
40       }
41     },
42     {
43       "name": "GoogleCastAddon",
44       "platforms": {
45         "ios": "8.0"
46       },
47       "source_files": "Addons/GoogleCast",
48       "xcconfig": {
49         "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES",
50         "OTHER_LDFLAGS": "$(inherited) -framework \"GoogleCast\"",
51         "FRAMEWORK_SEARCH_PATHS": "$(inherited) \"${PODS_ROOT}\"/**",
52         "LIBRARY_SEARCH_PATHS": "$(inherited) \"${PODS_ROOT}\"/**"
53       },
54       "dependencies": {
55         "google-cast-sdk": [
56           "3.5"
57         ],
58         "PlayKit/Core": [
60         ]
61       }
62     },
63     {
64       "name": "YouboraPlugin",
65       "source_files": "Plugins/Youbora",
66       "dependencies": {
67         "Youbora-AVPlayer/dynamic": [
68           "5.4.18"
69         ],
70         "PlayKit/Core": [
72         ],
73         "PlayKit/AnalyticsCommon": [
75         ]
76       }
77     },
78     {
79       "name": "WidevineClassic",
80       "platforms": {
81         "ios": "8.0"
82       },
83       "source_files": "Widevine",
84       "dependencies": {
85         "PlayKit/Core": [
87         ]
88       }
89     },
90     {
91       "name": "PhoenixPlugin",
92       "source_files": "Plugins/Phoenix",
93       "xcconfig": {
94         "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES",
95         "OTHER_LDFLAGS": "$(inherited)",
96         "FRAMEWORK_SEARCH_PATHS": "$(inherited) \"${PODS_ROOT}\"/**",
97         "LIBRARY_SEARCH_PATHS": "$(inherited) \"${PODS_ROOT}\"/**"
98       },
99       "dependencies": {
100         "PlayKit/Core": [
102         ],
103         "PlayKit/AnalyticsCommon": [
105         ]
106       }
107     },
108     {
109       "name": "KalturaStatsPlugin",
110       "source_files": "Plugins/KalturaStats",
111       "xcconfig": {
112         "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES",
113         "OTHER_LDFLAGS": "$(inherited)",
114         "FRAMEWORK_SEARCH_PATHS": "$(inherited) \"${PODS_ROOT}\"/**",
115         "LIBRARY_SEARCH_PATHS": "$(inherited) \"${PODS_ROOT}\"/**"
116       },
117       "dependencies": {
118         "PlayKit/Core": [
120         ],
121         "PlayKit/AnalyticsCommon": [
123         ]
124       }
125     },
126     {
127       "name": "KalturaLiveStatsPlugin",
128       "source_files": "Plugins/KalturaLiveStats",
129       "xcconfig": {
130         "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES",
131         "OTHER_LDFLAGS": "$(inherited)",
132         "FRAMEWORK_SEARCH_PATHS": "$(inherited) \"${PODS_ROOT}\"/**",
133         "LIBRARY_SEARCH_PATHS": "$(inherited) \"${PODS_ROOT}\"/**"
134       },
135       "dependencies": {
136         "PlayKit/Core": [
138         ],
139         "PlayKit/AnalyticsCommon": [
141         ]
142       }
143     },
144     {
145       "name": "AnalyticsCommon",
146       "source_files": "Plugins/AnalyticsCommon",
147       "xcconfig": {
148         "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES",
149         "OTHER_LDFLAGS": "$(inherited)",
150         "FRAMEWORK_SEARCH_PATHS": "$(inherited) \"${PODS_ROOT}\"/**",
151         "LIBRARY_SEARCH_PATHS": "$(inherited) \"${PODS_ROOT}\"/**"
152       },
153       "dependencies": {
154         "PlayKit/Core": [
156         ]
157       }
158     }
159   ]