[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / e / c / 9 / WorkflowSwiftUIExperimental / 0.5 / WorkflowSwiftUIExperimental.podspec.json
blob0d9a94ed1d20f5181be86c6c36b35301f944fc3e
2   "name": "WorkflowSwiftUIExperimental",
3   "version": "0.5",
4   "summary": "Infrastructure for Workflow-powered SwiftUI",
5   "homepage": "https://www.github.com/square/workflow-swift",
6   "license": "Apache License, Version 2.0",
7   "authors": "Square",
8   "source": {
9     "git": "https://github.com/square/workflow-swift.git",
10     "tag": "swiftui-experimental/v0.5"
11   },
12   "cocoapods_version": ">= 1.7.0",
13   "swift_versions": [
14     "5.7"
15   ],
16   "platforms": {
17     "ios": "15.0",
18     "osx": "10.15"
19   },
20   "source_files": "WorkflowSwiftUIExperimental/Sources/*.swift",
21   "dependencies": {
22     "Workflow": [
23       "~> 3.0"
24     ],
25     "WorkflowUI": [
26       "~> 3.0"
27     ]
28   },
29   "pod_target_xcconfig": {
30     "APPLICATION_EXTENSION_API_ONLY": "YES"
31   },
32   "testspecs": [
33     {
34       "name": "Tests",
35       "test_type": "unit",
36       "source_files": "WorkflowSwiftUIExperimental/Tests/**/*.swift",
37       "frameworks": "XCTest",
38       "libraries": "swiftos",
39       "requires_app_host": true,
40       "pod_target_xcconfig": {
41         "APPLICATION_EXTENSION_API_ONLY": "NO"
42       }
43     }
44   ],
45   "swift_version": "5.7"