[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 9 / 2 / 0 / VGSCollectSDK / 1.16.3 / VGSCollectSDK.podspec.json
blob976078a488c6e0739d52ee401e6cea52634c0c74
2   "name": "VGSCollectSDK",
3   "version": "1.16.3",
4   "summary": "VGS Collect - is a product suite that allows customers to collect information securely without possession of it.",
5   "swift_versions": "5.0",
6   "description": "VGS Collect iOS SDK allows you to securely collect data from your users without having to have that data pass through your systems. It provides customizable UI elements for collecting users’ sensitive data securely on mobile devices with iOS.",
7   "homepage": "https://github.com/verygoodsecurity/vgs-collect-ios",
8   "documentation_url": "https://www.verygoodsecurity.com/docs/vgs-collect/ios-sdk/index",
9   "license": {
10     "type": "MIT",
11     "file": "LICENSE"
12   },
13   "authors": {
14     "Very Good Security": "support@verygoodsecurity.com"
15   },
16   "social_media_url": "https://twitter.com/getvgs",
17   "platforms": {
18     "ios": "12.0"
19   },
20   "source": {
21     "git": "https://github.com/verygoodsecurity/vgs-collect-ios.git",
22     "tag": "1.16.3"
23   },
24   "requires_arc": true,
25   "default_subspecs": "Core",
26   "subspecs": [
27     {
28       "name": "Core",
29       "source_files": [
30         "Sources/VGSCollectSDK",
31         "Sources/VGSCollectSDK/**/*.{swift}",
32         "Sources/VGSCollectSDK/**/*.{h, m}"
33       ],
34       "resource_bundles": {
35         "CardIcon": [
36           "Sources/VGSCollectSDK/Resources/*"
37         ],
38         "Privacy": [
39           "Sources/VGSCollectSDK/PrivacyInfo.xcprivacy"
40         ]
41       }
42     },
43     {
44       "name": "BlinkCard",
45       "source_files": [
46         "Sources/VGSBlinkCardCollector",
47         "Sources/VGSBlinkCardCollector/**/*.{swift}"
48       ],
49       "dependencies": {
50         "VGSCollectSDK/Core": [
52         ],
53         "MBBlinkCard": [
54           "2.9.1"
55         ]
56       },
57       "platforms": {
58         "ios": "13.0"
59       }
60     },
61     {
62       "name": "CardIO",
63       "source_files": [
64         "Sources/VGSCardIOCollector",
65         "Sources/VGSCardIOCollector/**/*.{swift}",
66         "Sources/VGSCardIOCollector/**/*.{h, m}"
67       ],
68       "dependencies": {
69         "VGSCollectSDK/Core": [
71         ],
72         "CardIOSDK": [
73           "5.5.7"
74         ]
75       }
76     }
77   ],
78   "swift_version": "5.0"