[Add] SpetrovOidc 2.9.0-beta2
[CocoaPods.git] / Specs / 0 / 2 / b / RyftTest / 0.0.4 / RyftTest.podspec.json
blob7eec42a0379be694ca4391caf94cb10a94f5bc36
2   "name": "RyftTest",
3   "version": "0.0.4",
4   "summary": "Ryft SDK for iOS",
5   "description": "Ryft for iOS allows you to accept in-app payments securely and safely using our customisable UI elements.",
6   "homepage": "https://ryftpay.com",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Ryft": "support@ryftpay.com"
13   },
14   "source": {
15     "git": "https://github.com/RyftPay/RyftTest.git",
16     "tag": "v0.0.4",
17     "submodules": true
18   },
19   "platforms": {
20     "ios": "11.0"
21   },
22   "swift_versions": "5.1",
23   "frameworks": "Foundation",
24   "default_subspecs": [
25     "RyftCard",
26     "RyftCore"
27   ],
28   "pod_target_xcconfig": {
29     "SWIFT_SUPPRESS_WARNINGS": "YES"
30   },
31   "subspecs": [
32     {
33       "name": "RyftCore",
34       "source_files": "RyftCore/Sources/**/*.swift"
35     },
36     {
37       "name": "RyftCard",
38       "source_files": "RyftCard/Sources/**/*.swift"
39     },
40     {
41       "name": "RyftUI",
42       "source_files": "RyftUI/Sources/**/*.swift",
43       "dependencies": {
44         "RyftTest/RyftCore": [
46         ],
47         "RyftTest/RyftCard": [
49         ]
50       }
51     }
52   ],
53   "swift_version": "5.1"