[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / c / b / 5 / SwiftCurrent / 4.0.15 / SwiftCurrent.podspec.json
blob78ddfda0ba62259f58f23e4aaed815a8bf86e4e0
2   "name": "SwiftCurrent",
3   "version": "4.0.15",
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.0.15"
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       "source_files": "Sources/SwiftCurrent/**/*.{swift,h,m}"
30     },
31     {
32       "name": "UIKit",
33       "platforms": {
34         "ios": "11.0"
35       },
36       "source_files": "Sources/SwiftCurrent_UIKit/**/*.{swift,h,m}",
37       "dependencies": {
38         "SwiftCurrent/Core": [
40         ]
41       }
42     }
43   ],
44   "swift_version": "5.1"