[Add] VideoIDSDK 1.28.3-FR
[CocoaPods.git] / Specs / 6 / 5 / e / AndesUI / 3.138.0 / AndesUI.podspec.json
blob197169097206a421b7dc64eef8004f5f517a5267
2   "name": "AndesUI",
3   "version": "3.138.0",
4   "summary": "AndesUI library for ios app.",
5   "description": "AndesUI is the UI library of Mercado Libre. It provides the definitions, components and tools to build consistent experiences, with agility and visual quality.",
6   "homepage": "https://github.com/melisource/fury_andesui-ios",
7   "license": {
8     "type": "MIT"
9   },
10   "authors": "Mercado Libre",
11   "source": {
12     "http": "https://artifacts.mercadolibre.com/repository/ios-releases/AndesUI/3.138.0/AndesUI.zip"
13   },
14   "platforms": {
15     "ios": "13.0"
16   },
17   "requires_arc": true,
18   "swift_versions": "5.5",
19   "default_subspecs": "Core",
20   "subspecs": [
21     {
22       "name": "LocalIcons",
23       "resource_bundles": {
24         "AndesIcons": [
25           "LibraryComponents/Resources/LocalIcons/Assets/Images.xcassets"
26         ]
27       }
28     },
29     {
30       "name": "Foundations",
31       "source_files": "LibraryComponents/Classes/Foundations/**/*.{swift}",
32       "dependencies": {
33         "AndesUI/LocalIcons": [
35         ]
36       },
37       "resource_bundles": {
38         "AndesUIResources": [
39           "LibraryComponents/Resources/Core/Assets/AndesCoreColors.xcassets",
40           "LibraryComponents/Resources/Core/Assets/AndesPaletteColors.xcassets",
41           "LibraryComponents/Resources/Core/Strings/**/*"
42         ]
43       }
44     },
45     {
46       "name": "Configurations",
47       "source_files": "LibraryComponents/Classes/Configurations/**/*.swift",
48       "dependencies": {
49         "AndesUI/Foundations": [
51         ]
52       }
53     },
54     {
55       "name": "SwiftUI",
56       "source_files": "LibraryComponents/Classes/SwiftUI/**/*.swift",
57       "dependencies": {
58         "AndesUI/Foundations": [
60         ],
61         "AndesUI/Configurations": [
63         ]
64       }
65     },
66     {
67       "name": "Core",
68       "source_files": "LibraryComponents/Classes/Core/**/*.{h,m,swift}",
69       "resource_bundles": {
70         "AndesXIB": [
71           "LibraryComponents/Classes/Core/**/*.{xib}"
72         ]
73       },
74       "dependencies": {
75         "AndesUI/Foundations": [
77         ],
78         "AndesUI/Configurations": [
80         ],
81         "PureLayout": [
82           "3.1.2"
83         ]
84       }
85     },
86     {
87       "name": "AndesCoachmark",
88       "source_files": "LibraryComponents/Classes/AndesCoachmark/**/*.{h,m,swift}",
89       "resource_bundles": {
90         "AndesCoachmarkResources": [
91           "LibraryComponents/Classes/AndesTimePicker/view/**/*.{xib}"
92         ]
93       },
94       "dependencies": {
95         "AndesUI/Core": [
97         ]
98       }
99     },
100     {
101       "name": "AndesBottomSheet",
102       "source_files": "LibraryComponents/Classes/AndesBottomSheet/**/*.{h,m,swift}",
103       "resource_bundles": {
104         "AndesBottomsheetResources": [
105           "LibraryComponents/Classes/AndesTimePicker/view/**/*.{xib}"
106         ]
107       },
108       "dependencies": {
109         "AndesUI/Core": [
111         ]
112       }
113     },
114     {
115       "name": "AndesDropdown",
116       "source_files": "LibraryComponents/Classes/AndesDropdown/**/*.{h,m,swift}",
117       "resource_bundles": {
118         "AndesDropdownResources": [
119           "LibraryComponents/Classes/AndesDropdown/**/*.{xib}"
120         ]
121       },
122       "dependencies": {
123         "AndesUI/Core": [
125         ],
126         "AndesUI/AndesBottomSheet": [
128         ]
129       }
130     },
131     {
132       "name": "AndesTimePicker",
133       "source_files": "LibraryComponents/Classes/AndesTimepicker/**/*.{h,m,swift}",
134       "resource_bundles": {
135         "AndesTimePickerResources": [
136           "LibraryComponents/Classes/AndesTimePicker/view/**/*.{xib}"
137         ]
138       },
139       "dependencies": {
140         "AndesUI/Core": [
142         ],
143         "AndesUI/AndesDropdown": [
145         ]
146       }
147     }
148   ],
149   "swift_version": "5.5"