[Add] ExpoFpCommon 4.8.3
[CocoaPods.git] / Specs / 6 / f / b / ViewEnvironmentUI / 3.12.0 / ViewEnvironmentUI.podspec.json
blobc6f230ef93defddf37ceed667f6d13e6009fcbe0
2   "name": "ViewEnvironmentUI",
3   "version": "3.12.0",
4   "summary": "Provides a way to propagate a ViewEnvironment through an imperative hierarchy",
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": "v3.12.0"
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": "ViewEnvironmentUI/Sources/**/*.swift",
21   "dependencies": {
22     "ViewEnvironment": [
23       "3.12.0"
24     ]
25   },
26   "pod_target_xcconfig": {
27     "APPLICATION_EXTENSION_API_ONLY": "YES"
28   },
29   "testspecs": [
30     {
31       "name": "Tests",
32       "test_type": "unit",
33       "source_files": "ViewEnvironmentUI/Tests/**/*.swift",
34       "frameworks": "XCTest",
35       "libraries": "swiftos",
36       "requires_app_host": true,
37       "pod_target_xcconfig": {
38         "APPLICATION_EXTENSION_API_ONLY": "NO"
39       }
40     }
41   ],
42   "swift_version": "5.7"