[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 3 / d / 6 / WLSDK / 1.3.0 / WLSDK.podspec.json
blob55e54501d8279954af756f068c98da11120e0124
2   "name": "WLSDK",
3   "version": "1.3.0",
4   "summary": "Integrate flight search and booking framework in your apps.",
5   "description": "AviasalesKit iOS SDK is a framework integrating flights and hotels search engine into your app. When your user books a flight or hotel, you get paid. Framework is based on leading airline tickets and hotels search engines Aviasales.ru, Jetradar.com and Hotellook.com",
6   "homepage": "https://github.com/travelpayouts/sdk-ios",
7   "license": {
8     "type": "Commercial"
9   },
10   "authors": {
11     "Travelpayouts": "support@travelpayouts.com"
12   },
13   "source": {
14     "git": "https://github.com/travelpayouts/sdk-ios.git",
15     "tag": "1.3.0"
16   },
17   "swift_versions": "5.9",
18   "default_subspecs": [
19     "Core",
20     "Flights",
21     "Hotels",
22     "Information"
23   ],
24   "platforms": {
25     "ios": "14.0"
26   },
27   "subspecs": [
28     {
29       "name": "Core",
30       "ios": {
31         "vendored_frameworks": "Vendor/Core/*.xcframework"
32       },
33       "dependencies": {
34         "Apollo": [
35           ">= 1.9.3",
36           "< 1.14.0"
37         ],
38         "AvailableHapticFeedback": [
39           ">= 1.0.4",
40           "< 1.1.0"
41         ],
42         "ClusterKit": [
43           ">= 0.5.0",
44           "< 1.0.0"
45         ],
46         "CombineCocoa": [
47           ">= 0.4.0",
48           "< 1.0.0"
49         ],
50         "CombineExt": [
51           ">= 1.8.0",
52           "< 2.0.0"
53         ],
54         "CrispyCalendar": [
55           ">= 1.0.10",
56           "< 2.0.0"
57         ],
58         "DictionaryCoder": [
59           ">= 1.0.8",
60           "< 2.0.0"
61         ],
62         "ImageViewer.swift": [
63           ">= 3.3.8",
64           "< 3.4.0"
65         ],
66         "KeychainSwift": [
67           ">= 19.0.0",
68           "<= 24.0.0"
69         ],
70         "Kingfisher": [
71           ">= 7.8.0",
72           "< 8.0.0"
73         ],
74         "Moya/Combine": [
75           ">= 15.0.0",
76           "< 16.0.0"
77         ],
78         "NeedleFoundation": [
79           ">= 0.17.2",
80           "< 1.0.0"
81         ],
82         "Punycode-Cocoa": [
83           ">= 1.3.1",
84           "< 2.0.0"
85         ],
86         "R.swift": [
87           ">= 7.2.4",
88           "< 8.0.0"
89         ],
90         "SkeletonView": [
91           ">= 1.30.4",
92           "< 2.0.0"
93         ],
94         "SnapKit": [
95           ">= 5.6.0",
96           "< 6.0.0"
97         ],
98         "SweeterSwift": [
99           ">= 1.2.3",
100           "< 1.3.0"
101         ],
102         "lottie-ios": [
103           ">= 4.2.0",
104           "< 5.0.0"
105         ]
106       }
107     },
108     {
109       "name": "Flights",
110       "ios": {
111         "vendored_frameworks": "Vendor/Flights/*.xcframework"
112       },
113       "dependencies": {
114         "WLSDK/Core": [
116         ]
117       }
118     },
119     {
120       "name": "Hotels",
121       "ios": {
122         "vendored_frameworks": "Vendor/Hotels/*.xcframework"
123       },
124       "dependencies": {
125         "WLSDK/Core": [
127         ]
128       }
129     },
130     {
131       "name": "Information",
132       "ios": {
133         "vendored_frameworks": "Vendor/Information/*.xcframework"
134       },
135       "dependencies": {
136         "WLSDK/Core": [
138         ]
139       }
140     },
141     {
142       "name": "WhiteLabelSupport",
143       "ios": {
144         "vendored_frameworks": "Vendor/WhiteLabelSupport/*.xcframework"
145       },
146       "dependencies": {
147         "WLSDK/Core": [
149         ]
150       }
151     }
152   ],
153   "swift_version": "5.9"