[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 4 / 8 / 1 / SmartCredentialsLibrary / 5.3.3 / SmartCredentialsLibrary.podspec.json
blobb0aafc5167f9947bc3c035d00d9a2042abb03013
2   "name": "SmartCredentialsLibrary",
3   "version": "5.3.3",
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/kreincke/SmartCredentials-SDK-ios.git",
18     "tag": "5.3.3"
19   },
20   "subspecs": [
21     {
22       "name": "Core",
23       "source_files": "SmartCredentials/Core/Core/**/*.{h,swift}"
24     },
25     {
26       "name": "Storage",
27       "source_files": "SmartCredentials/Storage/Storage/**/*.{h,swift,xcdatamodeld}",
28       "dependencies": {
29         "SmartCredentialsLibrary/Core": [
31         ]
32       },
33       "resource_bundles": {
34         "CredentialsModel": [
35           "SmartCredentials/**/*.xcdatamodeld"
36         ]
37       },
38       "resources": "SmartCredentials/**/*.xcdatamodeld"
39     }
40   ],
41   "swift_version": "5.0"