blob: 3337ddbf5f30bcca0d7d80af744ab2e14c154ced [file] [log] [blame]
{
"name": "AndesUI",
"version": "3.68.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"
},
"authors": "Mercado Libre",
"source": {
"http": "https://artifacts.mercadolibre.com/repository/ios-releases/AndesUI/3.68.1/AndesUI.zip"
},
"platforms": {
"ios": "10.0"
},
"requires_arc": true,
"swift_versions": "5.0",
"default_subspecs": "Core",
"dependencies": {
"PureLayout": [
"3.1.2"
]
},
"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/**/*"
]
},
"dependencies": {
"AndesUI/LocalIcons": [
]
}
},
{
"name": "AndesCoachmark",
"source_files": "LibraryComponents/Classes/AndesCoachmark/**/*.{h,m,swift}",
"dependencies": {
"AndesUI/Core": [
]
}
},
{
"name": "AndesBottomSheet",
"source_files": "LibraryComponents/Classes/AndesBottomSheet/**/*.{h,m,swift}",
"dependencies": {
"AndesUI/Core": [
]
}
},
{
"name": "AndesDropdown",
"source_files": "LibraryComponents/Classes/AndesDropdown/**/*.{h,m,swift}",
"resource_bundles": {
"AndesDropdownResources": [
"LibraryComponents/Classes/AndesDropdown/**/*.{xib}"
]
},
"dependencies": {
"AndesUI/Core": [
],
"AndesUI/AndesBottomSheet": [
]
}
},
{
"name": "AndesTimePicker",
"source_files": "LibraryComponents/Classes/AndesTimepicker/**/*.{h,m,swift}",
"resource_bundles": {
"AndesTimePickerResources": [
"LibraryComponents/Classes/AndesTimePicker/view/**/*.{xib}"
]
},
"dependencies": {
"AndesUI/Core": [
],
"AndesUI/AndesDropdown": [
]
}
},
{
"name": "LocalIcons",
"resource_bundles": {
"AndesIcons": [
"LibraryComponents/Resources/LocalIcons/Assets/Images.xcassets"
]
}
}
],
"swift_version": "5.0"
}