[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / 1 / f / 3 / PlayKit / 3.8.0 / PlayKit.podspec.json
blobd719051df646c66cad2ea6481de41ab5df34ac8d
2   "name": "PlayKit",
3   "version": "3.8.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.8.0"
16   },
17   "swift_version": "4.0",
18   "platforms": {
19     "ios": "8.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           "3.1.4"
30         ],
31         "XCGLogger": [
32           "~> 6.1.0"
33         ],
34         "SwiftyXMLParser": [
35           "3.0.3"
36         ],
37         "KalturaNetKit": [
38           "~> 0.0"
39         ],
40         "PlayKitUtils": [
41           "~> 0.1.6"
42         ]
43       }
44     },
45     {
46       "name": "WidevineClassic",
47       "platforms": {
48         "ios": "8.0"
49       },
50       "source_files": "Widevine",
51       "dependencies": {
52         "PlayKit/Core": [
54         ]
55       }
56     },
57     {
58       "name": "AnalyticsCommon",
59       "source_files": "Plugins/AnalyticsCommon",
60       "xcconfig": {
61         "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES",
62         "OTHER_LDFLAGS": "$(inherited)",
63         "FRAMEWORK_SEARCH_PATHS": "$(inherited) \"${PODS_ROOT}\"/**",
64         "LIBRARY_SEARCH_PATHS": "$(inherited) \"${PODS_ROOT}\"/**"
65       },
66       "dependencies": {
67         "PlayKit/Core": [
69         ]
70       }
71     }
72   ]