[Add] AlibabacloudCloudAPI20160714 4.5.1
[CocoaPods.git] / Specs / f / 8 / 1 / ScreenUI / 1.1.1 / ScreenUI.podspec.json
blob806911312641fdfcf4fef4ebe750c8959172df2f
2   "name": "ScreenUI",
3   "version": "1.1.1",
4   "summary": "A multi-platform, multi-paradigm routing framework. `UIKit`, `AppKit`, `SwiftUI`",
5   "description": "A multi-platform, multi-paradigm routing framework for iOS/macOS and others, the replacement of Storyboard. Supports `UIKit`, `AppKit`, `SwiftUI`.",
6   "homepage": "https://github.com/k-o-d-e-n/ScreenUI",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "k-o-d-e-n": "koden.u8800@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/k-o-d-e-n/ScreenUI.git",
16     "tag": "1.1.1"
17   },
18   "social_media_url": "https://twitter.com/K_o_D_e_N",
19   "swift_versions": "5.3",
20   "platforms": {
21     "ios": "9.0",
22     "osx": "10.15",
23     "tvos": "9.0",
24     "watchos": "7.0"
25   },
26   "default_subspecs": "Release",
27   "subspecs": [
28     {
29       "name": "Release",
30       "source_files": "Sources/ScreenUI/**/*",
31       "exclude_files": "Sources/**/*.gyb"
32     },
33     {
34       "name": "Beta",
35       "dependencies": {
36         "ScreenUI/Release": [
38         ]
39       },
40       "pod_target_xcconfig": {
41         "SWIFT_ACTIVE_COMPILATION_CONDITIONS[config=Debug]": "$(inherited) SCREENUI_BETA"
42       }
43     }
44   ],
45   "swift_version": "5.3"