[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 7 / b / 8 / PlayKitAina / 3.14.1 / PlayKitAina.podspec.json
blobecfccb84415bca0d8f96230d21093b055603e5d3
2   "name": "PlayKitAina",
3   "version": "3.14.1",
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/amarunko/playkit-ios.git",
15     "tag": "v3.14.1"
16   },
17   "swift_versions": "5.0",
18   "platforms": {
19     "ios": "9.0"
20   },
21   "default_subspecs": "Core",
22   "subspecs": [
23     {
24       "name": "Core",
25       "source_files": "Classes/**/*",
26       "dependencies": {
27         "SwiftyJSON": [
28           "4.3.0"
29         ],
30         "XCGLogger": [
31           "7.0.0"
32         ],
33         "KalturaNetKit": [
34           "~> 1.3"
35         ],
36         "PlayKitUtils": [
37           "~> 0.4"
38         ]
39       }
40     },
41     {
42       "name": "WidevineClassic",
43       "platforms": {
44         "ios": "9.0"
45       },
46       "source_files": "Widevine",
47       "dependencies": {
48         "PlayKitAina/Core": [
50         ]
51       }
52     },
53     {
54       "name": "AnalyticsCommon",
55       "source_files": "Plugins/AnalyticsCommon",
56       "xcconfig": {
57         "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES",
58         "OTHER_LDFLAGS": "$(inherited)",
59         "FRAMEWORK_SEARCH_PATHS": "$(inherited) \"${PODS_ROOT}\"/**",
60         "LIBRARY_SEARCH_PATHS": "$(inherited) \"${PODS_ROOT}\"/**"
61       },
62       "dependencies": {
63         "PlayKitAina/Core": [
65         ]
66       }
67     }
68   ],
69   "swift_version": "5.0"