[Add] VideoIDSDK 1.28.3-FR
[CocoaPods.git] / Specs / 6 / 5 / e / AndesUI / 3.25.0 / AndesUI.podspec.json
blob06879faf0c7320f1a982dbf045f7dccf45e55729
2   "name": "AndesUI",
3   "version": "3.25.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/mercadolibre/fury_andesui-ios",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": "Mercado Libre",
12   "source": {
13     "http": "https://mercadolibre.bintray.com/ios-public/AndesUI/3.25.0/LibraryComponents.zip"
14   },
15   "platforms": {
16     "ios": "10.0"
17   },
18   "requires_arc": true,
19   "swift_versions": "5.0",
20   "default_subspecs": "Core",
21   "subspecs": [
22     {
23       "name": "Core",
24       "source_files": "LibraryComponents/Classes/Core/**/*.{h,m,swift}",
25       "resource_bundles": {
26         "AndesUIResources": [
27           "LibraryComponents/Classes/Core/**/*.{xib}",
28           "LibraryComponents/Resources/Core/Assets/AndesPaletteColors.xcassets",
29           "LibraryComponents/Resources/Core/Strings/*.lproj"
30         ]
31       },
32       "dependencies": {
33         "AndesUI/LocalIcons": [
35         ]
36       }
37     },
38     {
39       "name": "AndesCoachmark",
40       "source_files": "LibraryComponents/Classes/AndesCoachmark/**/*.{h,m,swift}",
41       "dependencies": {
42         "AndesUI/Core": [
44         ]
45       }
46     },
47     {
48       "name": "AndesBottomSheet",
49       "source_files": "LibraryComponents/Classes/AndesBottomSheet/**/*.{h,m,swift}",
50       "dependencies": {
51         "AndesUI/Core": [
53         ]
54       }
55     },
56     {
57       "name": "AndesDropdown",
58       "source_files": "LibraryComponents/Classes/AndesDropdown/**/*.{h,m,swift}",
59       "resource_bundles": {
60         "AndesDropdownResources": [
61           "LibraryComponents/Classes/AndesDropdown/**/*.{xib}"
62         ]
63       },
64       "dependencies": {
65         "AndesUI/Core": [
67         ],
68         "AndesUI/AndesBottomSheet": [
70         ]
71       }
72     },
73     {
74       "name": "LocalIcons",
75       "resource_bundles": {
76         "AndesIcons": [
77           "LibraryComponents/Resources/LocalIcons/Assets/Images.xcassets"
78         ]
79       }
80     }
81   ],
82   "swift_version": "5.0"