[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / c / a / 5 / StreamAMGSDK / 0.9 / StreamAMGSDK.podspec.json
blobd4a0fb87555304d8aae455b95289bf7f4a97102d
2   "name": "StreamAMGSDK",
3   "version": "0.9",
4   "summary": "Stream AMG SDK",
5   "swift_versions": "5",
6   "description": "Core dependency for the Stream AMG SDK. Includes CloudMatrix, StreamPlay, Authentication and AMGPlayKit",
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.git",
19     "tag": "0.9"
20   },
21   "pod_target_xcconfig": {
22     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
23   },
24   "user_target_xcconfig": {
25     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
26   },
27   "requires_arc": true,
28   "static_framework": true,
29   "subspecs": [
30     {
31       "name": "Core",
32       "source_files": "Source/StreamSDKCore/**/*.swift"
33     },
34     {
35       "name": "StreamPlay",
36       "dependencies": {
37         "StreamAMGSDK/Core": [
39         ]
40       },
41       "source_files": "Source/StreamSDKStreamPlay/**/*.*"
42     },
43     {
44       "name": "CloudMatrix",
45       "dependencies": {
46         "StreamAMGSDK/Core": [
48         ]
49       },
50       "source_files": "Source/StreamSDKCloudMatrix/**/*.*"
51     },
52     {
53       "name": "Authentication",
54       "dependencies": {
55         "StreamAMGSDK/Core": [
57         ]
58       },
59       "source_files": "Source/StreamSDKAuthentication/**/*.*"
60     },
61     {
62       "name": "PlayKit",
63       "source_files": "Source/StreamSDKPlayKit/**/*.*",
64       "dependencies": {
65         "PlayKit": [
66           "3.20.0"
67         ],
68         "PlayKit_IMA": [
69           "1.10.0"
70         ],
71         "PlayKitProviders": [
72           "1.11.0"
73         ],
74         "PlayKitYoubora": [
75           "1.9.0"
76         ]
77       },
78       "resource_bundles": {
79         "AMGPlayKitBundle": "Source/Media/*.*"
80       }
81     }
82   ],
83   "swift_version": "5"