[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / c / a / 5 / StreamAMGSDK / 1.1.4 / StreamAMGSDK.podspec.json
blob2db33b4d777bc99a9275580bd28e4c8b1b71d6c1
2   "name": "StreamAMGSDK",
3   "version": "1.1.4",
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": "11.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   "pod_target_xcconfig": {
23     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
24   },
25   "user_target_xcconfig": {
26     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
27   },
28   "requires_arc": true,
29   "static_framework": true,
30   "subspecs": [
31     {
32       "name": "Core",
33       "source_files": "Source/StreamSDKCore/**/*.swift"
34     },
35     {
36       "name": "StreamPlay",
37       "dependencies": {
38         "StreamAMGSDK/Core": [
40         ]
41       },
42       "source_files": "Source/StreamSDKStreamPlay/**/*.*"
43     },
44     {
45       "name": "CloudMatrix",
46       "dependencies": {
47         "StreamAMGSDK/Core": [
49         ]
50       },
51       "source_files": "Source/StreamSDKCloudMatrix/**/*.*"
52     },
53     {
54       "name": "Authentication",
55       "dependencies": {
56         "StreamAMGSDK/Core": [
58         ]
59       },
60       "source_files": "Source/StreamSDKAuthentication/**/*.*"
61     },
62     {
63       "name": "Purchases",
64       "dependencies": {
65         "StreamAMGSDK/Core": [
67         ],
68         "StreamAMGSDK/Authentication": [
70         ]
71       },
72       "source_files": "Source/StreamSDKPurchases/**/*.*"
73     },
74     {
75       "name": "PlayKit",
76       "source_files": "Source/StreamSDKPlayKit/**/*.*",
77       "dependencies": {
78         "PlayKit": [
79           "3.25.0"
80         ],
81         "PlayKit_IMA": [
82           "1.11.0"
83         ],
84         "PlayKitProviders": [
85           "1.16.0"
86         ],
87         "PlayKitYoubora": [
88           "1.12.0"
89         ]
90       },
91       "resource_bundles": {
92         "AMGPlayKitBundle": "Source/Media/*.*"
93       }
94     },
95     {
96       "name": "PlayKit2Go",
97       "source_files": "Source/StreamSDKPlayKit2Go/**/*.*",
98       "dependencies": {
99         "StreamAMGSDK/PlayKit": [
101         ],
102         "DownloadToGo": [
103           "3.17.0"
104         ]
105       }
106     }
107   ],
108   "swift_version": "5"