[Add] PingProtect 4.7.0
[CocoaPods.git] / Specs / 9 / 2 / 0 / VGSCollectSDK / 1.9.0 / VGSCollectSDK.podspec.json
blob1eb402b2d3f6cf648bb4f1f399ab08f0fd6bbb25
2   "name": "VGSCollectSDK",
3   "version": "1.9.0",
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": "10.0"
19   },
20   "source": {
21     "git": "https://github.com/verygoodsecurity/vgs-collect-ios.git",
22     "tag": "1.9.0"
23   },
24   "requires_arc": true,
25   "default_subspecs": "Core",
26   "subspecs": [
27     {
28       "name": "PaymentCards",
29       "source_files": [
30         "Sources/VGSPaymentCards",
31         "Sources/VGSPaymentCards/**/*.{swift}",
32         "Sources/VGSPaymentCards/**/*.{h, m}"
33       ],
34       "resource_bundles": {
35         "CardIcon": [
36           "Sources/VGSPaymentCards/Resources/*"
37         ]
38       }
39     },
40     {
41       "name": "Core",
42       "source_files": [
43         "Sources/VGSCollectSDK",
44         "Sources/VGSCollectSDK/**/*.{swift}",
45         "Sources/VGSCollectSDK/**/*.{h, m}"
46       ],
47       "dependencies": {
48         "VGSCollectSDK/PaymentCards": [
50         ]
51       }
52     },
53     {
54       "name": "CardScan",
55       "source_files": [
56         "Sources/VGSCardScanCollector",
57         "Sources/VGSCardScanCollector/**/*.{swift}"
58       ],
59       "dependencies": {
60         "VGSCollectSDK/Core": [
62         ],
63         "CardScan": [
64           "2.0.9"
65         ]
66       },
67       "platforms": {
68         "ios": "11.2"
69       }
70     },
71     {
72       "name": "CardIO",
73       "source_files": [
74         "Sources/VGSCardIOCollector",
75         "Sources/VGSCardIOCollector/**/*.{swift}",
76         "Sources/VGSCardIOCollector/**/*.{h, m}"
77       ],
78       "dependencies": {
79         "VGSCollectSDK/Core": [
81         ],
82         "CardIOSDK": [
83           "5.5.6"
84         ]
85       }
86     }
87   ],
88   "swift_version": "5.0"