[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / b / c / 6 / CleevioUI / 0.0.4 / CleevioUI.podspec.json
blob3f8a9eabf150bb15cffb525f01a1826e558f7426
2   "name": "CleevioUI",
3   "version": "0.0.4",
4   "summary": "Internal Cleevio's UI framework",
5   "description": "A framework encapsulating UI components used within Cleevio's projects..",
6   "homepage": "https://gitlab.cleevio.cz/cleevio-dev-ios/cleevioui-ios-specs",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Cleevio team": "hello@cleevio.com"
13   },
14   "source": {
15     "git": "https://gitlab.cleevio.cz/cleevio-dev-ios/cleevioui-ios.git",
16     "tag": "0.0.4"
17   },
18   "swift_versions": "5.0",
19   "platforms": {
20     "ios": "9.0"
21   },
22   "frameworks": "SwiftUI",
23   "requires_arc": true,
24   "pod_target_xcconfig": {
25     "SWIFT_VERSION": "5.0"
26   },
27   "default_subspecs": "Full",
28   "subspecs": [
29     {
30       "name": "Full",
31       "source_files": "CleevioUI/**/*.{h,m,swift}"
32     },
33     {
34       "name": "Core",
35       "source_files": "CleevioUI/Core/**/*.{h,m,swift}"
36     }
37   ],
38   "swift_version": "5.0"