[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 6 / 5 / e / AndesUI / 3.1.0 / AndesUI.podspec.json
blobe171955e2dc74b02e541f1d8ac886df3b11d8934
2   "name": "AndesUI",
3   "version": "3.1.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.1.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         "AndesUI": [
28           "LibraryComponents/Classes/**/*.{xib}",
29           "LibraryComponents/Assets/AndesPaletteColors.xcassets"
30         ]
31       },
32       "dependencies": {
33         "AndesUI/LocalIcons": [
35         ]
36       }
37     },
38     {
39       "name": "LocalIcons",
40       "resource_bundles": {
41         "AndesIcons": [
42           "LibraryComponents/Assets/Images.xcassets"
43         ]
44       }
45     }
46   ],
47   "swift_version": "5.0"