2 "name": "StreamAMGSDK",
4 "summary": "Stream AMG SDK",
6 "description": "Core dependency for the Stream AMG SDK. Includes CloudMatrix, StreamPlay, Authentication and AMGPlayKit",
7 "homepage": "https://github.com/StreamAMG/streamamg-sdk-ios",
12 "authors": "StreamAMG",
16 "source_files": "Source/**/*.swift",
18 "git": "https://github.com/StreamAMG/streamamg-sdk-ios.git",
21 "pod_target_xcconfig": {
22 "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
24 "user_target_xcconfig": {
25 "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
28 "static_framework": true,
32 "source_files": "Source/StreamSDKCore/**/*.swift"
37 "StreamAMGSDK/Core": [
41 "source_files": "Source/StreamSDKStreamPlay/**/*.*"
44 "name": "CloudMatrix",
46 "StreamAMGSDK/Core": [
50 "source_files": "Source/StreamSDKCloudMatrix/**/*.*"
53 "name": "Authentication",
55 "StreamAMGSDK/Core": [
59 "source_files": "Source/StreamSDKAuthentication/**/*.*"
63 "source_files": "Source/StreamSDKPlayKit/**/*.*",
79 "AMGPlayKitBundle": "Source/Media/*.*"