[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / c / b / 5 / SwiftCurrent / 4.3.10 / SwiftCurrent.podspec.json
blobfbb150d6882b5b14bfbabc4d0f3e0a11fc16c6d1
2   "name": "SwiftCurrent",
3   "version": "4.3.10",
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.3.10"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "swift_versions": "5.1",
22   "module_name": "SwiftCurrent",
23   "pod_target_xcconfig": {
24     "FRAMEWORK_SEARCH_PATHS": "$(inherited) \"$(PLATFORM_DIR)/Developer/Library/Frameworks\""
25   },
26   "subspecs": [
27     {
28       "name": "Core",
29       "platforms": {
30         "ios": "11.0",
31         "osx": "11.0",
32         "tvos": "14.0"
33       },
34       "source_files": "Sources/SwiftCurrent/**/*.{swift,h,m}"
35     },
36     {
37       "name": "UIKit",
38       "platforms": {
39         "ios": "11.0",
40         "tvos": "14.0"
41       },
42       "source_files": "Sources/SwiftCurrent_UIKit/**/*.{swift,h,m}",
43       "dependencies": {
44         "SwiftCurrent/Core": [
46         ]
47       }
48     },
49     {
50       "name": "BETA_SwiftUI",
51       "platforms": {
52         "ios": "11.0",
53         "osx": "11.0",
54         "tvos": "14.0"
55       },
56       "source_files": "Sources/SwiftCurrent_SwiftUI/**/*.{swift,h,m}",
57       "dependencies": {
58         "SwiftCurrent/Core": [
60         ]
61       }
62     }
63   ],
64   "swift_version": "5.1"