[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / c / a / 5 / StreamAMGSDK / 1.3.0 / StreamAMGSDK.podspec.json
blob936e0c58417a50b3777057645f4291dac811ed90
2   "name": "StreamAMGSDK",
3   "version": "1.3.0",
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   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": "Source/StreamSDKCore/**/*.swift"
28     },
29     {
30       "name": "StreamPlay",
31       "dependencies": {
32         "StreamAMGSDK/Core": [
34         ]
35       },
36       "source_files": "Source/StreamSDKStreamPlay/**/*.*"
37     },
38     {
39       "name": "CloudMatrix",
40       "dependencies": {
41         "StreamAMGSDK/Core": [
43         ]
44       },
45       "source_files": "Source/StreamSDKCloudMatrix/**/*.*"
46     },
47     {
48       "name": "Authentication",
49       "dependencies": {
50         "StreamAMGSDK/Core": [
52         ]
53       },
54       "source_files": "Source/StreamSDKAuthentication/**/*.*"
55     },
56     {
57       "name": "Purchases",
58       "dependencies": {
59         "StreamAMGSDK/Core": [
61         ],
62         "StreamAMGSDK/Authentication": [
64         ]
65       },
66       "source_files": "Source/StreamSDKPurchases/**/*.*"
67     },
68     {
69       "name": "PlayKit",
70       "source_files": "Source/StreamSDKPlayKit/**/*.*",
71       "dependencies": {
72         "PlayKit": [
73           "3.27.2"
74         ],
75         "PlayKit_IMA": [
76           "1.14.0"
77         ],
78         "PlayKitProviders": [
79           "1.18.2"
80         ],
81         "PlayKitYoubora": [
82           "1.15.0"
83         ]
84       },
85       "resource_bundles": {
86         "AMGPlayKitBundle": "Source/Media/*.*"
87       }
88     },
89     {
90       "name": "PlayKit2Go",
91       "source_files": "Source/StreamSDKPlayKit2Go/**/*.*",
92       "dependencies": {
93         "StreamAMGSDK/PlayKit": [
95         ],
96         "DownloadToGo": [
97           "3.18.0"
98         ]
99       }
100     }
101   ],
102   "swift_version": "5"