[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / b / a / 0 / MLBusinessComponents / 1.0.2 / MLBusinessComponents.podspec.json
blobda5c3e537158b995b9152eda51b7a6ab441f4e03
2   "name": "MLBusinessComponents",
3   "version": "1.0.2",
4   "summary": "MLBusinessComponents for iOS",
5   "homepage": "https://www.mercadolibre.com",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": "PX Team - Juan Sanzone & Esteban Boffa",
11   "source": {
12     "git": "https://github.com/mercadolibre/mlbusiness-components-ios",
13     "tag": "1.0.2"
14   },
15   "swift_version": "4.2",
16   "platforms": {
17     "ios": "10.0"
18   },
19   "requires_arc": true,
20   "default_subspecs": "Default",
21   "dependencies": {
22     "MLUI": [
23       "~> 5.0"
24     ]
25   },
26   "subspecs": [
27     {
28       "name": "Default",
29       "resources": [
30         "Source/Assets/*.xcassets"
31       ],
32       "source_files": [
33         "Source/**/**/**/*.{h,m,swift}"
34       ]
35     }
36   ]