blob: 9d15511e3b7ca8712847bb719978e50679390776 [file] [log] [blame]
{
"name": "AndesUI",
"version": "2.3.1",
"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": "2.3.1"
},
"platforms": {
"ios": "10.0"
},
"requires_arc": true,
"swift_versions": "5.0",
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "LibraryComponents/Classes/**/*.{h,m,swift}",
"resource_bundles": {
"AndesUI": [
"LibraryComponents/Classes/**/*.{xib}",
"LibraryComponents/Assets/AndesPaletteColors.xcassets"
]
},
"dependencies": {
"AndesUI/LocalIcons": [
]
}
},
{
"name": "LocalIcons",
"resource_bundles": {
"AndesIcons": [
"LibraryComponents/Assets/Images.xcassets"
]
}
}
],
"swift_version": "5.0"
}