[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 9 / 4 / 3 / CashAppPayKitUI / 0.3.3 / CashAppPayKitUI.podspec.json
blob9e83cf21307bedcc7066d23bee2af42d13734498
2   "name": "CashAppPayKitUI",
3   "version": "0.3.3",
4   "summary": "UI components for the PayKit iOS SDK",
5   "homepage": "https://github.com/cashapp/cash-app-pay-ios-sdk",
6   "license": "Apache License, Version 2.0",
7   "authors": "Cash App",
8   "source": {
9     "git": "https://github.com/cashapp/cash-app-pay-ios-sdk.git",
10     "tag": "v0.3.3"
11   },
12   "module_name": "PayKitUI",
13   "swift_versions": [
14     "5.0"
15   ],
16   "platforms": {
17     "ios": "11.0"
18   },
19   "resources": "Sources/PayKitUI/Shared/Assets/Resources/**/**.xcassets",
20   "source_files": "Sources/PayKitUI/**/**.swift",
21   "testspecs": [
22     {
23       "name": "Tests",
24       "test_type": "unit",
25       "dependencies": {
26         "SnapshotTesting": [
27           "~> 1.9"
28         ]
29       },
30       "requires_app_host": true,
31       "source_files": "Tests/PayKitUITests/**/*.swift",
32       "ios": {
33         "resource_bundles": {
34           "SnapshotTestImages": "Tests/PayKitUITests/*"
35         }
36       }
37     }
38   ],
39   "swift_version": "5.0"