[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 9 / 2 / 0 / VGSCollectSDK / 1.3.4 / VGSCollectSDK.podspec.json
blobc8bdc62e6b2b68cdf885ae0eeb9cae077cb19621
2   "name": "VGSCollectSDK",
3   "version": "1.3.4",
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.3.4"
23   },
24   "source_files": [
25     "framework/Sources/VGSFramework",
26     "framework/Sources/VGSFramework/**/*.{swift}"
27   ],
28   "resource_bundles": {
29     "CardIcon": [
30       "framework/Resources/*"
31     ]
32   },
33   "frameworks": "Alamofire",
34   "requires_arc": true,
35   "dependencies": {
36     "Alamofire": [
37       "4.9.1"
38     ]
39   },
40   "default_subspecs": "Core",
41   "subspecs": [
42     {
43       "name": "Core"
44     },
45     {
46       "name": "CardIO",
47       "source_files": [
48         "framework/Sources/VGSFramework",
49         "framework/Sources/VGSFramework/**/*.{h, m}"
50       ],
51       "dependencies": {
52         "CardIOSDK": [
53           "5.5.2"
54         ]
55       }
56     }
57   ],
58   "swift_version": "5.0"