[Delete] FluentAdFlowAdsWidget 2.0.0
[CocoaPods.git] / Specs / 6 / 5 / e / AndesUI / 3.7.0 / AndesUI.podspec.json
blob1092e01b98a10a82ed6cdeb72dae94efe0af24a2
2   "name": "AndesUI",
3   "version": "3.7.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     "git": "https://github.com/mercadolibre/fury_andesui-ios.git",
14     "tag": "3.7.0"
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/**/*.{h,m,swift}",
26       "resource_bundles": {
27         "AndesUIResources": [
28           "LibraryComponents/Classes/**/*.{xib}",
29           "LibraryComponents/Resources/Assets/AndesPaletteColors.xcassets",
30           "LibraryComponents/**/Resources/Strings/*.lproj"
31         ]
32       },
33       "dependencies": {
34         "AndesUI/LocalIcons": [
36         ]
37       }
38     },
39     {
40       "name": "LocalIcons",
41       "resource_bundles": {
42         "AndesIcons": [
43           "LibraryComponents/Resources/Assets/Images.xcassets"
44         ]
45       }
46     }
47   ],
48   "swift_version": "5.0"