[Add] VideoIDSDK 1.28.3-FR
[CocoaPods.git] / Specs / 6 / 5 / e / AndesUI / 3.129.0 / AndesUI.podspec.json
blob62e79c5e10e196912115b87f3c4ff464cbe7eeb1
2   "name": "AndesUI",
3   "version": "3.129.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.129.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/AndesPaletteColors.xcassets",
40           "LibraryComponents/Resources/Core/Strings/**/*"
41         ]
42       }
43     },
44     {
45       "name": "Configurations",
46       "source_files": "LibraryComponents/Classes/Configurations/**/*.swift",
47       "dependencies": {
48         "AndesUI/Foundations": [
50         ]
51       }
52     },
53     {
54       "name": "SwiftUI",
55       "source_files": "LibraryComponents/Classes/SwiftUI/**/*.{swift}",
56       "dependencies": {
57         "AndesUI/Foundations": [
59         ],
60         "AndesUI/Configurations": [
62         ]
63       }
64     },
65     {
66       "name": "Core",
67       "source_files": "LibraryComponents/Classes/Core/**/*.{h,m,swift}",
68       "resource_bundles": {
69         "AndesXIB": [
70           "LibraryComponents/Classes/Core/**/*.{xib}"
71         ]
72       },
73       "dependencies": {
74         "AndesUI/Foundations": [
76         ],
77         "AndesUI/Configurations": [
79         ],
80         "PureLayout": [
81           "3.1.2"
82         ]
83       }
84     },
85     {
86       "name": "AndesCoachmark",
87       "source_files": "LibraryComponents/Classes/AndesCoachmark/**/*.{h,m,swift}",
88       "resource_bundles": {
89         "AndesCoachmarkResources": [
90           "LibraryComponents/Classes/AndesTimePicker/view/**/*.{xib}"
91         ]
92       },
93       "dependencies": {
94         "AndesUI/Core": [
96         ]
97       }
98     },
99     {
100       "name": "AndesBottomSheet",
101       "source_files": "LibraryComponents/Classes/AndesBottomSheet/**/*.{h,m,swift}",
102       "resource_bundles": {
103         "AndesBottomsheetResources": [
104           "LibraryComponents/Classes/AndesTimePicker/view/**/*.{xib}"
105         ]
106       },
107       "dependencies": {
108         "AndesUI/Core": [
110         ]
111       }
112     },
113     {
114       "name": "AndesDropdown",
115       "source_files": "LibraryComponents/Classes/AndesDropdown/**/*.{h,m,swift}",
116       "resource_bundles": {
117         "AndesDropdownResources": [
118           "LibraryComponents/Classes/AndesDropdown/**/*.{xib}"
119         ]
120       },
121       "dependencies": {
122         "AndesUI/Core": [
124         ],
125         "AndesUI/AndesBottomSheet": [
127         ]
128       }
129     },
130     {
131       "name": "AndesTimePicker",
132       "source_files": "LibraryComponents/Classes/AndesTimepicker/**/*.{h,m,swift}",
133       "resource_bundles": {
134         "AndesTimePickerResources": [
135           "LibraryComponents/Classes/AndesTimePicker/view/**/*.{xib}"
136         ]
137       },
138       "dependencies": {
139         "AndesUI/Core": [
141         ],
142         "AndesUI/AndesDropdown": [
144         ]
145       }
146     }
147   ],
148   "swift_version": "5.5"