[Add] Nami 3.1.27
[CocoaPods.git] / Specs / 9 / 2 / 0 / VGSCollectSDK / 1.11.0 / VGSCollectSDK.podspec.json
blobd35872ebce007f5f0f02ba685f9fd7baec7cf3e4
2   "name": "VGSCollectSDK",
3   "version": "1.11.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.11.0"
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       }
39     },
40     {
41       "name": "CardScan",
42       "source_files": [
43         "Sources/VGSCardScanCollector",
44         "Sources/VGSCardScanCollector/**/*.{swift}"
45       ],
46       "dependencies": {
47         "VGSCollectSDK/Core": [
49         ],
50         "CardScan": [
51           "2.0.9"
52         ]
53       },
54       "platforms": {
55         "ios": "11.2"
56       }
57     },
58     {
59       "name": "CardIO",
60       "source_files": [
61         "Sources/VGSCardIOCollector",
62         "Sources/VGSCardIOCollector/**/*.{swift}",
63         "Sources/VGSCardIOCollector/**/*.{h, m}"
64       ],
65       "dependencies": {
66         "VGSCollectSDK/Core": [
68         ],
69         "CardIOSDK": [
70           "5.5.7"
71         ]
72       }
73     }
74   ],
75   "swift_version": "5.0"