[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / c / b / 5 / SwiftCurrent / 4.4.4 / SwiftCurrent.podspec.json
blob1a73cf87cb6a695a6a28ebb5b3115fc26e58ac8f
2   "name": "SwiftCurrent",
3   "version": "4.4.4",
4   "summary": "A library for complex workflows in Swift",
5   "description": "SwiftCurrent is a library that lets you easily manage journeys through your Swift application.",
6   "homepage": "https://github.com/wwt/SwiftCurrent",
7   "license": {
8     "type": "Custom",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "World Wide Technology, Inc.": "SwiftCurrent@wwt.com"
13   },
14   "source": {
15     "git": "https://github.com/wwt/SwiftCurrent.git",
16     "tag": "4.4.4"
17   },
18   "platforms": {
19     "ios": "11.0",
20     "tvos": "14.0"
21   },
22   "swift_versions": "5.1",
23   "module_name": "SwiftCurrent",
24   "subspecs": [
25     {
26       "name": "Core",
27       "platforms": {
28         "ios": "11.0",
29         "osx": "11.0",
30         "tvos": "14.0",
31         "watchos": "7.0"
32       },
33       "source_files": "Sources/SwiftCurrent/**/*.{swift,h,m}"
34     },
35     {
36       "name": "UIKit",
37       "platforms": {
38         "ios": "11.0",
39         "tvos": "14.0"
40       },
41       "source_files": "Sources/SwiftCurrent_UIKit/**/*.{swift,h,m}",
42       "dependencies": {
43         "SwiftCurrent/Core": [
45         ]
46       }
47     },
48     {
49       "name": "BETA_SwiftUI",
50       "platforms": {
51         "ios": "11.0",
52         "osx": "11.0",
53         "tvos": "14.0",
54         "watchos": "7.0"
55       },
56       "source_files": "Sources/SwiftCurrent_SwiftUI/**/*.{swift,h,m}",
57       "dependencies": {
58         "SwiftCurrent/Core": [
60         ]
61       }
62     },
63     {
64       "name": "Testing",
65       "platforms": {
66         "ios": "11.0",
67         "osx": "11.0",
68         "tvos": "14.0"
69       },
70       "source_files": [
71         "Sources/SwiftCurrent_Testing/**/*.{swift,h,m}",
72         "Sources/SwiftCurrent_Testing_ObjC/**/*.{swift,h,m}"
73       ],
74       "exclude_files": "Sources/SwiftCurrent_Testing_ObjC/*-Bridging-Header.h",
75       "dependencies": {
76         "SwiftCurrent/Core": [
78         ]
79       },
80       "weak_frameworks": "XCTest",
81       "pod_target_xcconfig": {
82         "FRAMEWORK_SEARCH_PATHS": "$(inherited) \"$(PLATFORM_DIR)/Developer/Library/Frameworks\""
83       }
84     }
85   ],
86   "swift_version": "5.1"