{ "name": "SellyCloudSDK", "version": "0.1.0", "summary": "SellyCloud RTC & Live Streaming SDK for iOS.", "description": "WebRTC-based interactive RTC sessions and RTMP/WHIP live streaming.", "homepage": "https://github.com/Caleb/SellyCloudSDK", "license": { "type": "MIT" }, "authors": { "Caleb": "liaoqiang1123@gmail.com" }, "source": { "path": "." }, "platforms": { "ios": "13.0" }, "source_files": "src/objc/ios/*.h", "public_header_files": "src/objc/ios/*.h", "vendored_libraries": [ "build/ios-arm64/pod_output/libSellyCloudSDK.a" ], "vendored_frameworks": [ "src/Kiwi_ios/Kiwi.framework" ], "pod_target_xcconfig": { "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64", "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES", "OTHER_LDFLAGS": "-ObjC", "APPLICATION_EXTENSION_API_ONLY": "NO" }, "user_target_xcconfig": { "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64", "OTHER_LDFLAGS": "-ObjC" }, "frameworks": [ "Foundation", "UIKit", "AVFoundation", "CoreMedia", "CoreVideo", "CoreAudio", "AudioToolbox", "VideoToolbox", "QuartzCore", "Accelerate", "Security", "SystemConfiguration", "Metal", "ReplayKit", "CFNetwork" ], "libraries": [ "c++", "z" ] }