[Add] PayUIndia-Networking 5.0.1
[CocoaPods.git] / Specs / c / a / 5 / StreamAMGSDK / 1.3.2 / StreamAMGSDK.podspec.json
blob95e20a844d9b141db63b414e14a29d7641724d3a
2   "name": "StreamAMGSDK",
3   "version": "1.3.2",
4   "summary": "Stream AMG SDK",
5   "swift_versions": "5",
6   "description": "Core dependency for the Stream AMG SDK. Includes CloudMatrix, StreamPlay, Authentication, Purchases, PlayKit and PlayKit2Go",
7   "homepage": "https://github.com/StreamAMG/streamamg-sdk-ios",
8   "license": {
9     "type": "AGPLv3",
10     "text": "AGPLv3"
11   },
12   "authors": "StreamAMG",
13   "platforms": {
14     "ios": "12.0"
15   },
16   "source_files": "Source/**/*.swift",
17   "source": {
18     "git": "https://github.com/StreamAMG/streamamg-sdk-ios",
19     "branch": "master",
20     "submodules": true
21   },
22   "requires_arc": true,
23   "static_framework": true,
24   "resource_bundles": {
25     "AMGPlayKitPrivacy": "PrivacyInfo.xcprivacy"
26   },
27   "subspecs": [
28     {
29       "name": "Core",
30       "source_files": "Source/StreamSDKCore/**/*.swift"
31     },
32     {
33       "name": "StreamPlay",
34       "dependencies": {
35         "StreamAMGSDK/Core": [
37         ]
38       },
39       "source_files": "Source/StreamSDKStreamPlay/**/*.*"
40     },
41     {
42       "name": "CloudMatrix",
43       "dependencies": {
44         "StreamAMGSDK/Core": [
46         ]
47       },
48       "source_files": "Source/StreamSDKCloudMatrix/**/*.*"
49     },
50     {
51       "name": "Authentication",
52       "dependencies": {
53         "StreamAMGSDK/Core": [
55         ]
56       },
57       "source_files": "Source/StreamSDKAuthentication/**/*.*"
58     },
59     {
60       "name": "Purchases",
61       "dependencies": {
62         "StreamAMGSDK/Core": [
64         ],
65         "StreamAMGSDK/Authentication": [
67         ]
68       },
69       "source_files": "Source/StreamSDKPurchases/**/*.*"
70     },
71     {
72       "name": "PlayKit",
73       "source_files": "Source/StreamSDKPlayKit/**/*.*",
74       "dependencies": {
75         "PlayKit": [
76           "3.28.0"
77         ],
78         "PlayKit_IMA": [
79           "1.14.0"
80         ],
81         "PlayKitProviders": [
82           "1.18.3"
83         ],
84         "PlayKitYoubora": [
85           "1.15.0"
86         ]
87       },
88       "resource_bundles": {
89         "AMGPlayKitBundle": "Source/Media/*.*"
90       }
91     },
92     {
93       "name": "PlayKit2Go",
94       "source_files": "Source/StreamSDKPlayKit2Go/**/*.*",
95       "dependencies": {
96         "StreamAMGSDK/PlayKit": [
98         ],
99         "DownloadToGo": [
100           "3.18.0"
101         ]
102       }
103     }
104   ],
105   "swift_version": "5"