[Add] Harbor 3.0.0
[CocoaPods.git] / Specs / 9 / f / 8 / GliaWidgets / 0.10.5 / GliaWidgets.podspec.json
blobf73f7780aee767171e646867864a546f538ba10b
2   "name": "GliaWidgets",
3   "version": "0.10.5",
4   "summary": "The Glia iOS Widgets library",
5   "description": "The Glia Widgets library allows to integrate easily a UI/UX for Glia's Digital Customer Service platform",
6   "homepage": "https://github.com/salemove/ios-sdk-widgets",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Glia": "support@glia.com"
13   },
14   "source": {
15     "git": "https://github.com/salemove/ios-sdk-widgets.git",
16     "tag": "0.10.5"
17   },
18   "module_name": "GliaWidgets",
19   "platforms": {
20     "ios": "12.0"
21   },
22   "source_files": "GliaWidgets/**/*.swift",
23   "swift_versions": "5.3",
24   "resources": [
25     "GliaWidgets/Resources/*.{xcassets}",
26     "GliaWidgets/Resources/**/*.{strings}",
27     "GliaWidgets/Resources/Font/*.{ttf}"
28   ],
29   "resource_bundles": {
30     "GliaWidgets": [
31       "GliaWidgets/Resources/*.{xcassets}",
32       "GliaWidgets/Resources/**/*.{strings}",
33       "GliaWidgets/Resources/Font/*.{ttf}"
34     ]
35   },
36   "exclude_files": [
37     "GliaWidgets/Window/**"
38   ],
39   "dependencies": {
40     "SalemoveSDK": [
41       "0.35.3"
42     ],
43     "PureLayout": [
44       "~>3.1"
45     ],
46     "lottie-ios": [
47       "3.2.3"
48     ]
49   },
50   "swift_version": "5.3"