[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 3 / d / 5 / DappVendor / 2.0.0 / DappVendor.podspec.json
blob93a989211502ca4bacb4beab6e969fed1ee9f8c5
2   "name": "DappVendor",
3   "version": "2.0.0",
4   "summary": "Dapp is the new payments network in Mexico.",
5   "description": "Businesses integrated in the Dapp environment can use this SDK to create Dapp POS QR Codes for their clients to pay. They can also read Dapp RP Codes from their clients and charge them.",
6   "homepage": "https://dapp.mx",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.txt"
10   },
11   "authors": {
12     "Dapp Payments": "devs@dapp.mx"
13   },
14   "platforms": {
15     "ios": "11.0"
16   },
17   "source": {
18     "git": "https://github.com/DappPayments/Dapp-SDK-iOS.git",
19     "tag": "Vendor-2.0.0"
20   },
21   "source_files": [
22     "DappMX/Core/*.swift",
23     "DappMX/Core/**/*.swift",
24     "DappMX/Vendor/*.swift",
25     "DappMX/Vendor/**/*.swift"
26   ],
27   "swift_versions": "5",
28   "default_subspecs": "none",
29   "cocoapods_version": ">= 1.9.0",
30   "subspecs": [
31     {
32       "name": "Socket",
33       "source_files": [
34         "DappMX/Core/*.swift",
35         "DappMX/Core/**/*.swift",
36         "DappMX/Vendor/*.swift",
37         "DappMX/Vendor/**/*.swift"
38       ],
39       "dependencies": {
40         "Starscream": [
41           "~> 3.0.2"
42         ]
43       }
44     }
45   ],
46   "swift_version": "5"