[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 6 / 5 / e / AndesUI / 3.15.0.recompiled / AndesUI.podspec.json
blob26f489a477970fba6992689d0b17be1e52677764
2   "name": "AndesUI",
3   "version": "3.15.0.recompiled",
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     "git": "https://github.com/mercadolibre/fury_andesui-ios.git",
14     "tag": "3.15.0.recompiled"
15   },
16   "platforms": {
17     "ios": "10.0"
18   },
19   "requires_arc": true,
20   "swift_versions": "5.0",
21   "default_subspecs": "Core",
22   "subspecs": [
23     {
24       "name": "Core",
25       "source_files": "LibraryComponents/Classes/Core/**/*.{h,m,swift}",
26       "resource_bundles": {
27         "AndesUIResources": [
28           "LibraryComponents/Classes/Core/**/*.{xib}",
29           "LibraryComponents/Resources/Core/Assets/AndesPaletteColors.xcassets",
30           "LibraryComponents/Resources/Core/Strings/*.lproj"
31         ]
32       },
33       "dependencies": {
34         "AndesUI/LocalIcons": [
36         ]
37       }
38     },
39     {
40       "name": "AndesCoachmark",
41       "source_files": "LibraryComponents/Classes/AndesCoachmark/**/*.{h,m,swift}",
42       "dependencies": {
43         "AndesUI/Core": [
45         ]
46       }
47     },
48     {
49       "name": "AndesBottomSheet",
50       "source_files": "LibraryComponents/Classes/AndesBottomSheet/**/*.{h,m,swift}",
51       "dependencies": {
52         "AndesUI/Core": [
54         ]
55       }
56     },
57     {
58       "name": "LocalIcons",
59       "resource_bundles": {
60         "AndesIcons": [
61           "LibraryComponents/Resources/LocalIcons/Assets/Images.xcassets"
62         ]
63       }
64     }
65   ],
66   "swift_version": "5.0"