[Add] GluedInSDK 2.5.1
[CocoaPods.git] / Specs / c / b / 5 / SwiftCurrent / 5.1.12 / SwiftCurrent.podspec.json
blobe8a13e1e57749cd4db1145cd04bffb246bfaaab5
2   "name": "SwiftCurrent",
3   "version": "5.1.12",
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": "5.1.12"
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       },
32       "source_files": "Sources/SwiftCurrent/**/*.{swift,h,m}"
33     },
34     {
35       "name": "UIKit",
36       "platforms": {
37         "ios": "11.0",
38         "tvos": "14.0"
39       },
40       "source_files": "Sources/SwiftCurrent_UIKit/**/*.{swift,h,m}",
41       "dependencies": {
42         "SwiftCurrent/Core": [
44         ]
45       }
46     },
47     {
48       "name": "SwiftUI",
49       "platforms": {
50         "ios": "11.0",
51         "osx": "11.0",
52         "tvos": "14.0"
53       },
54       "source_files": "Sources/SwiftCurrent_SwiftUI/**/*.{swift,h,m}",
55       "dependencies": {
56         "SwiftCurrent/Core": [
58         ]
59       }
60     },
61     {
62       "name": "Testing",
63       "platforms": {
64         "ios": "11.0",
65         "osx": "11.0",
66         "tvos": "14.0"
67       },
68       "source_files": [
69         "Sources/SwiftCurrent_Testing/**/*.{swift,h,m}",
70         "Sources/SwiftCurrent_Testing_ObjC/**/*.{swift,h,m}"
71       ],
72       "exclude_files": "Sources/SwiftCurrent_Testing_ObjC/*-Bridging-Header.h",
73       "dependencies": {
74         "SwiftCurrent/Core": [
76         ]
77       },
78       "weak_frameworks": "XCTest",
79       "pod_target_xcconfig": {
80         "FRAMEWORK_SEARCH_PATHS": "$(inherited) \"$(PLATFORM_DIR)/Developer/Library/Frameworks\""
81       }
82     }
83   ],
84   "swift_version": "5.1"