[Add] TIoTLinkVideo 2.4.35
[CocoaPods.git] / Specs / 3 / d / 5 / DappVendor / 3.0.0 / DappVendor.podspec.json
blob3d132cd0aea785e121bd2b73f8bfd5506450472a
2   "name": "DappVendor",
3   "version": "3.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-3.0.0"
20   },
21   "source_files": [
22     "DappMX/Core/*.swift",
23     "DappMX/Core/**/*.swift",
24     "DappMX/Vendor/*.swift",
25     "DappMX/Vendor/**/*.swift"
26   ],
27   "exclude_files": "DappMX/Core/DappCardProtocol.swift",
28   "swift_versions": "5",
29   "default_subspecs": "none",
30   "cocoapods_version": ">= 1.9.0",
31   "subspecs": [
32     {
33       "name": "Socket",
34       "source_files": [
35         "DappMX/Core/*.swift",
36         "DappMX/Core/**/*.swift",
37         "DappMX/Vendor/*.swift",
38         "DappMX/Vendor/**/*.swift"
39       ],
40       "exclude_files": "DappMX/Core/DappCardProtocol.swift",
41       "dependencies": {
42         "Starscream": [
43           "~> 3.0.2"
44         ]
45       }
46     }
47   ],
48   "swift_version": "5"