[Add] VideoIDSDK 1.28.3-FR
[CocoaPods.git] / Specs / 6 / 5 / e / AndesUI / 3.80.25 / AndesUI.podspec.json
blob5006dcf485df25805b05b6aa82ac5284a7322f2f
2   "name": "AndesUI",
3   "version": "3.80.25",
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   },
10   "authors": "Mercado Libre",
11   "source": {
12     "http": "https://artifacts.mercadolibre.com/repository/ios-releases/AndesUI/3.80.25/AndesUI.zip"
13   },
14   "platforms": {
15     "ios": "13.0"
16   },
17   "requires_arc": true,
18   "swift_versions": "5.5",
19   "default_subspecs": "Core",
20   "dependencies": {
21     "PureLayout": [
22       "3.1.2"
23     ]
24   },
25   "xcconfig": {
26     "CODE_SIGNING_ALLOWED": "NO"
27   },
28   "subspecs": [
29     {
30       "name": "Core",
31       "source_files": "LibraryComponents/Classes/Core/**/*.{h,m,swift}",
32       "resource_bundles": {
33         "AndesUIResources": [
34           "LibraryComponents/Classes/Core/**/*.{xib}",
35           "LibraryComponents/Resources/Core/Assets/AndesPaletteColors.xcassets",
36           "LibraryComponents/Resources/Core/Strings/**/*"
37         ]
38       },
39       "dependencies": {
40         "AndesUI/LocalIcons": [
42         ]
43       }
44     },
45     {
46       "name": "AndesCoachmark",
47       "source_files": "LibraryComponents/Classes/AndesCoachmark/**/*.{h,m,swift}",
48       "resource_bundles": {
49         "AndesCoachmarkResources": [
50           "LibraryComponents/Classes/AndesTimePicker/view/**/*.{xib}"
51         ]
52       },
53       "dependencies": {
54         "AndesUI/Core": [
56         ]
57       }
58     },
59     {
60       "name": "AndesBottomSheet",
61       "source_files": "LibraryComponents/Classes/AndesBottomSheet/**/*.{h,m,swift}",
62       "resource_bundles": {
63         "AndesBottomsheetResources": [
64           "LibraryComponents/Classes/AndesTimePicker/view/**/*.{xib}"
65         ]
66       },
67       "dependencies": {
68         "AndesUI/Core": [
70         ]
71       }
72     },
73     {
74       "name": "AndesDropdown",
75       "source_files": "LibraryComponents/Classes/AndesDropdown/**/*.{h,m,swift}",
76       "resource_bundles": {
77         "AndesDropdownResources": [
78           "LibraryComponents/Classes/AndesDropdown/**/*.{xib}"
79         ]
80       },
81       "dependencies": {
82         "AndesUI/Core": [
84         ],
85         "AndesUI/AndesBottomSheet": [
87         ]
88       }
89     },
90     {
91       "name": "AndesTimePicker",
92       "source_files": "LibraryComponents/Classes/AndesTimepicker/**/*.{h,m,swift}",
93       "resource_bundles": {
94         "AndesTimePickerResources": [
95           "LibraryComponents/Classes/AndesTimePicker/view/**/*.{xib}"
96         ]
97       },
98       "dependencies": {
99         "AndesUI/Core": [
101         ],
102         "AndesUI/AndesDropdown": [
104         ]
105       }
106     },
107     {
108       "name": "LocalIcons",
109       "resource_bundles": {
110         "AndesIcons": [
111           "LibraryComponents/Resources/LocalIcons/Assets/Images.xcassets"
112         ]
113       }
114     }
115   ],
116   "swift_version": "5.5"