blob: a330a4f44ea1d05f86a66d2c0737ef9df9fce88e [file] [log] [blame]
{
"name": "AndesUI",
"version": "3.12.0",
"summary": "AndesUI library for ios app.",
"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.",
"homepage": "https://github.com/mercadolibre/fury_andesui-ios",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Mercado Libre",
"source": {
"git": "https://github.com/mercadolibre/fury_andesui-ios.git",
"tag": "3.12.0"
},
"platforms": {
"ios": "10.0"
},
"requires_arc": true,
"swift_versions": "5.0",
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "LibraryComponents/Classes/Core/**/*.{h,m,swift}",
"resource_bundles": {
"AndesUIResources": [
"LibraryComponents/Classes/Core/**/*.{xib}",
"LibraryComponents/Resources/Core/Assets/AndesPaletteColors.xcassets",
"LibraryComponents/Resources/Core/Strings/*.lproj"
]
},
"dependencies": {
"AndesUI/LocalIcons": [
]
}
},
{
"name": "AndesCoachmark",
"source_files": "LibraryComponents/Classes/AndesCoachmark/**/*.{h,m,swift}",
"dependencies": {
"AndesUI/Core": [
]
}
},
{
"name": "LocalIcons",
"resource_bundles": {
"AndesIcons": [
"LibraryComponents/Resources/LocalIcons/Assets/Images.xcassets"
]
}
}
],
"swift_version": "5.0"
}