[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 0 / 2 / e / Cleevio / 1.0.5 / Cleevio.podspec.json
blobc159ae85b7691b9e62a1a4a67a445532fd700b04
2   "name": "Cleevio",
3   "version": "1.0.5",
4   "summary": "Cleevio's framework",
5   "description": "TODO: Add long description of the pod here.",
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/CleevioFramework-ios.git",
16     "tag": "1.0.5"
17   },
18   "swift_versions": "5.0",
19   "platforms": {
20     "ios": "14.0"
21   },
22   "frameworks": [
23     "SwiftUI",
24     "Combine"
25   ],
26   "requires_arc": true,
27   "pod_target_xcconfig": {
28     "SWIFT_VERSION": "5.0"
29   },
30   "default_subspecs": "Full",
31   "subspecs": [
32     {
33       "name": "Full",
34       "source_files": "Cleevio/Classes/**/*.{h,m,swift}"
35     },
36     {
37       "name": "Core",
38       "source_files": "Cleevio/Classes/Core/**/*.{h,m,swift}"
39     },
40     {
41       "name": "Routers",
42       "source_files": "Cleevio/Classes/Routers/**/*.{h,m,swift}",
43       "dependencies": {
44         "Cleevio/Core": [
46         ]
47       }
48     },
49     {
50       "name": "UI",
51       "source_files": "Cleevio/Classes/UI/**/*.{h,m,swift}"
52     }
53   ],
54   "swift_version": "5.0"