[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 4 / 8 / 1 / SmartCredentialsLibrary / 5.3.5 / SmartCredentialsLibrary.podspec.json
blobcbe7ad3529646daf8a8aec49fb828287ef43a283
2   "name": "SmartCredentialsLibrary",
3   "version": "5.3.5",
4   "summary": "Smart Credentials is a library with multiple generic functionalities, like secure storage, authorization, camera scanners and more.",
5   "description": "Smart Credentials is a library with multiple generic functionalities. The focus is on having components that are not application-specific, so that they can be easily integrated into multiple applications.\nThe main feature of the library is the secure storage. The library itself is data type – agnostic and can handle both sensitive and plain user data. Based on the data definition, the library has internal mechanisms to retrieve/store content or manipulate data pieces.\nOther features include QR-based login, barcode reader, OCR reader/parser, OTP generator, fingerprint/pin/pattern/faceId authorization.",
6   "homepage": "https://github.com/telekom/SmartCredentials-SDK-ios.git",
7   "license": {
8     "type": "Apache License, Version 2.0",
9     "file": "LICENSE"
10   },
11   "authors": "Deutsche Telekom AG",
12   "platforms": {
13     "ios": "9.0"
14   },
15   "swift_versions": "5.0",
16   "source": {
17     "git": "https://github.com/telekom/SmartCredentials-SDK-ios.git",
18     "tag": "5.3.5"
19   },
20   "exclude_files": [
21     "SmartCredentials/Authentication/AppAuth/"
22   ],
23   "subspecs": [
24     {
25       "name": "Core",
26       "source_files": "SmartCredentials/Core/Core/**/*.{h,swift}"
27     },
28     {
29       "name": "Authentication",
30       "source_files": "SmartCredentials/Authentication/Authentication/**/*.{h,swift}",
31       "dependencies": {
32         "SmartCredentialsLibrary/Core": [
34         ],
35         "AppAuth": [
37         ]
38       }
39     },
40     {
41       "name": "Authorization",
42       "source_files": "SmartCredentials/Authorization/**/*.{h,swift}",
43       "dependencies": {
44         "SmartCredentialsLibrary/Core": [
46         ]
47       }
48     },
49     {
50       "name": "CameraScanner",
51       "source_files": "SmartCredentials/CameraScanner/**/*.{h,swift,framework}",
52       "dependencies": {
53         "SmartCredentialsLibrary/Core": [
55         ],
56         "TesseractOCRiOS": [
58         ]
59       }
60     },
61     {
62       "name": "Encryption",
63       "source_files": "SmartCredentials/Encryption/**/*.{h,swift}",
64       "dependencies": {
65         "SmartCredentialsLibrary/Core": [
67         ]
68       }
69     },
70     {
71       "name": "Networking",
72       "source_files": "SmartCredentials/Networking/**/*.{h,m,swift}",
73       "dependencies": {
74         "SmartCredentialsLibrary/Core": [
76         ]
77       }
78     },
79     {
80       "name": "OTP",
81       "source_files": "SmartCredentials/OTP/**/*.swift",
82       "dependencies": {
83         "SmartCredentialsLibrary/Core": [
85         ],
86         "SmartCredentialsLibrary/CameraScanner": [
88         ],
89         "SmartCredentialsLibrary/Storage": [
91         ]
92       }
93     },
94     {
95       "name": "QRLogin",
96       "source_files": "SmartCredentials/QRLogin/**/*.{h,swift,framework}",
97       "dependencies": {
98         "SmartCredentialsLibrary/Core": [
100         ],
101         "SmartCredentialsLibrary/Authorization": [
103         ],
104         "Starscream": [
106         ]
107       }
108     },
109     {
110       "name": "Storage",
111       "source_files": "SmartCredentials/Storage/Storage/**/*.{h,swift,xcdatamodeld}",
112       "dependencies": {
113         "SmartCredentialsLibrary/Core": [
115         ]
116       },
117       "resource_bundles": {
118         "SmartCredentialsLibrary": [
119           "SmartCredentials/**/*.xcdatamodeld"
120         ]
121       },
122       "resources": "SmartCredentials/**/*.xcdatamodeld"
123     }
124   ],
125   "swift_version": "5.0"