[Add] MiaoAnyThinkKuaiShouAdapter 1.0.0
[CocoaPods.git] / Specs / e / 1 / 3 / VGSCheckoutSDK / 1.2.0 / VGSCheckoutSDK.podspec.json
blobcf204591660903a06a07cfde275befed763acd4c
2   "name": "VGSCheckoutSDK",
3   "version": "1.2.0",
4   "summary": "VGS iOS Checkout SDK!",
5   "swift_versions": "5.0",
6   "description": "VGS Checkout - is a universal checkout and user experience. Single, customized, consistent experience to your customers across devices and browsers that you control.",
7   "homepage": "https://github.com/verygoodsecurity/vgs-checkout-ios",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Very Good Security": "support@verygoodsecurity.com"
14   },
15   "social_media_url": "https://twitter.com/getvgs",
16   "platforms": {
17     "ios": "11.0"
18   },
19   "source": {
20     "git": "https://github.com/verygoodsecurity/vgs-checkout-ios.git",
21     "tag": "1.2.0"
22   },
23   "requires_arc": true,
24   "default_subspecs": "Core",
25   "subspecs": [
26     {
27       "name": "Core",
28       "source_files": [
29         "Sources/VGSCheckoutSDK",
30         "Sources/VGSCheckoutSDK/**/*.{swift}",
31         "Sources/VGSCheckoutSDK/**/*.{h, m}"
32       ],
33       "resource_bundles": {
34         "CheckoutResources": [
35           "Sources/VGSCheckoutSDK/Resources/*"
36         ],
37         "CardIcon": [
38           "Sources/VGSCheckoutSDK/Resources/*"
39         ]
40       }
41     }
42   ],
43   "swift_version": "5.0"