[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 1 / f / 3 / PlayKit / 3.20.0 / PlayKit.podspec.json
blobeabae8b11623ace66b143d79bb8c7b4d569aecaf
2   "name": "PlayKit",
3   "version": "3.20.0",
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.20.0"
16   },
17   "swift_versions": "5.0",
18   "platforms": {
19     "ios": "9.0",
20     "tvos": "9.0"
21   },
22   "default_subspecs": "Core",
23   "subspecs": [
24     {
25       "name": "Core",
26       "source_files": "Classes/**/*",
27       "dependencies": {
28         "SwiftyJSON": [
29           "5.0.0"
30         ],
31         "XCGLogger": [
32           "7.0.0"
33         ],
34         "KalturaNetKit": [
35           "~> 1.4"
36         ],
37         "PlayKitUtils": [
38           "~> 0.5"
39         ]
40       }
41     },
42     {
43       "name": "WidevineClassic",
44       "platforms": {
45         "ios": "9.0"
46       },
47       "source_files": "Widevine",
48       "dependencies": {
49         "PlayKit/Core": [
51         ]
52       }
53     },
54     {
55       "name": "AnalyticsCommon",
56       "source_files": "Plugins/AnalyticsCommon",
57       "xcconfig": {
58         "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES",
59         "OTHER_LDFLAGS": "$(inherited)",
60         "FRAMEWORK_SEARCH_PATHS": "$(inherited) \"${PODS_ROOT}\"/**",
61         "LIBRARY_SEARCH_PATHS": "$(inherited) \"${PODS_ROOT}\"/**"
62       },
63       "dependencies": {
64         "PlayKit/Core": [
66         ]
67       }
68     }
69   ],
70   "swift_version": "5.0"