[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 1 / f / 3 / PlayKit / 3.3.7 / PlayKit.podspec.json
blob0188de54f069c058317c306665546dd434d39d4c
2   "name": "PlayKit",
3   "version": "3.3.7",
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.7"
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         "PlayKitUtils": [
41           "0.1.4"
42         ]
43       }
44     },
45     {
46       "name": "GoogleCastAddon",
47       "platforms": {
48         "ios": "8.0"
49       },
50       "source_files": "Addons/GoogleCast",
51       "xcconfig": {
52         "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES",
53         "OTHER_LDFLAGS": "$(inherited) -framework \"GoogleCast\"",
54         "FRAMEWORK_SEARCH_PATHS": "$(inherited) \"${PODS_ROOT}\"/**",
55         "LIBRARY_SEARCH_PATHS": "$(inherited) \"${PODS_ROOT}\"/**"
56       },
57       "dependencies": {
58         "google-cast-sdk": [
59           "3.5"
60         ],
61         "PlayKit/Core": [
63         ]
64       }
65     },
66     {
67       "name": "YouboraPlugin",
68       "source_files": "Plugins/Youbora",
69       "dependencies": {
70         "Youbora-AVPlayer/dynamic": [
71           "5.4.18"
72         ],
73         "PlayKit/Core": [
75         ],
76         "PlayKit/AnalyticsCommon": [
78         ]
79       }
80     },
81     {
82       "name": "WidevineClassic",
83       "platforms": {
84         "ios": "8.0"
85       },
86       "source_files": "Widevine",
87       "dependencies": {
88         "PlayKit/Core": [
90         ]
91       }
92     },
93     {
94       "name": "PhoenixPlugin",
95       "source_files": "Plugins/Phoenix",
96       "xcconfig": {
97         "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES",
98         "OTHER_LDFLAGS": "$(inherited)",
99         "FRAMEWORK_SEARCH_PATHS": "$(inherited) \"${PODS_ROOT}\"/**",
100         "LIBRARY_SEARCH_PATHS": "$(inherited) \"${PODS_ROOT}\"/**"
101       },
102       "dependencies": {
103         "PlayKit/Core": [
105         ],
106         "PlayKit/AnalyticsCommon": [
108         ]
109       }
110     },
111     {
112       "name": "KalturaStatsPlugin",
113       "source_files": "Plugins/KalturaStats",
114       "xcconfig": {
115         "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES",
116         "OTHER_LDFLAGS": "$(inherited)",
117         "FRAMEWORK_SEARCH_PATHS": "$(inherited) \"${PODS_ROOT}\"/**",
118         "LIBRARY_SEARCH_PATHS": "$(inherited) \"${PODS_ROOT}\"/**"
119       },
120       "dependencies": {
121         "PlayKit/Core": [
123         ],
124         "PlayKit/AnalyticsCommon": [
126         ]
127       }
128     },
129     {
130       "name": "KalturaLiveStatsPlugin",
131       "source_files": "Plugins/KalturaLiveStats",
132       "xcconfig": {
133         "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES",
134         "OTHER_LDFLAGS": "$(inherited)",
135         "FRAMEWORK_SEARCH_PATHS": "$(inherited) \"${PODS_ROOT}\"/**",
136         "LIBRARY_SEARCH_PATHS": "$(inherited) \"${PODS_ROOT}\"/**"
137       },
138       "dependencies": {
139         "PlayKit/Core": [
141         ],
142         "PlayKit/AnalyticsCommon": [
144         ]
145       }
146     },
147     {
148       "name": "AnalyticsCommon",
149       "source_files": "Plugins/AnalyticsCommon",
150       "xcconfig": {
151         "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES",
152         "OTHER_LDFLAGS": "$(inherited)",
153         "FRAMEWORK_SEARCH_PATHS": "$(inherited) \"${PODS_ROOT}\"/**",
154         "LIBRARY_SEARCH_PATHS": "$(inherited) \"${PODS_ROOT}\"/**"
155       },
156       "dependencies": {
157         "PlayKit/Core": [
159         ]
160       }
161     }
162   ]