[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / c / 0 / 7 / SRTHaishinKit / 2.0.0-rc.1 / SRTHaishinKit.podspec.json
blob7d06ed501907ffceff01067d05f62db8e797a581
2   "name": "SRTHaishinKit",
3   "version": "2.0.0-rc.1",
4   "summary": "Camera and Microphone streaming library via SRT for iOS, macOS, tvOS and visionOS.",
5   "swift_versions": "5.10",
6   "description": "SRTHaishinKit. Camera and Microphone streaming library via SRT for iOS, macOS, tvOS and visionOS.",
7   "homepage": "https://github.com/shogo4405/HaishinKit.swift",
8   "license": "New BSD",
9   "authors": {
10     "shogo4405": "shogo4405@gmail.com"
11   },
12   "source": {
13     "git": "https://github.com/shogo4405/HaishinKit.swift.git",
14     "tag": "2.0.0-rc.1"
15   },
16   "platforms": {
17     "ios": "13.0",
18     "tvos": "13.0"
19   },
20   "ios": {
21     "user_target_xcconfig": {
22       "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "x86_64"
23     },
24     "pod_target_xcconfig": {
25       "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "x86_64"
26     }
27   },
28   "tvos": {
29     "user_target_xcconfig": {
30       "EXCLUDED_ARCHS[sdk=appletvsimulator*]": "x86_64"
31     },
32     "pod_target_xcconfig": {
33       "EXCLUDED_ARCHS[sdk=appletvsimulator*]": "x86_64"
34     }
35   },
36   "source_files": "SRTHaishinKit/*.{h,swift}",
37   "vendored_frameworks": "Vendor/SRT/libsrt.xcframework",
38   "dependencies": {
39     "HaishinKit": [
40       "2.0.0-rc.1"
41     ]
42   },
43   "swift_version": "5.10"