[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / f / a / 0 / WDePOS / 2.11.2 / WDePOS.podspec.json
blobca3b4ee867c962ee148c8de9c9a657109de8580a
2   "name": "WDePOS",
3   "version": "2.11.2",
4   "summary": "Wirecard epos - Accept Card, Cash, Alipay, Giftcard payments",
5   "description": "The library extends the Point of Sale and alternative payment methods to modern mobile environment.\nMajor Credit and Debit Card payment processing (Master, Visa, American Express, RuPay) and alternative Payment method support (Alipay)\n\nFully integrated with licensed Wirecard Payment infrastructure.\n\nOffering additional business support such as:\n* Sale Statistics\n* Cashier Management\n* SAP byDesign integration\n* Inventory Management\n\nSupporting wide range of hardware for accepting a Payment.\n\nTerminals:\n* Spire PosMate, SPm2, SPm20\n\nPrinters:\n* Datecs DPP-250\n* StarMicronics TSP650\n* AirPrint\n\nCash Drawers:\n* StarMicronics mPOP, SMD2\n\nBarcode scanners:\n* SocketMobile Series 7",
6   "homepage": "https://wirecardmobileservices.github.io/Wirecard-ePOS-Developer/",
7   "license": "MIT",
8   "authors": [
9     "Radoslav Danko",
10     "Francisco Fortes",
11     "Marek Timko",
12     "Jaroslav Pulik"
13   ],
14   "source": {
15     "git": "https://github.com/WirecardMobileServices/Wirecard-ePOS-iOS.git",
16     "tag": "2.11.2"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "swift_versions": "5.0",
22   "requires_arc": true,
23   "libraries": [
24     "c++",
25     "z.1",
26     "xml2"
27   ],
28   "frameworks": [
29     "Foundation",
30     "SystemConfiguration",
31     "MediaPlayer",
32     "AVFoundation",
33     "AudioToolbox",
34     "CoreAudio",
35     "ExternalAccessory"
36   ],
37   "default_subspecs": "Core",
38   "subspecs": [
39     {
40       "name": "Core",
41       "vendored_frameworks": [
42         "Pod/Classes/frameworks/WDePOS.framework"
43       ],
44       "dependencies": {
45         "ZipArchive": [
46           "~> 1.4"
47         ],
48         "Overcoat": [
49           "~> 4.0.0-beta.2"
50         ],
51         "Lockbox": [
53         ],
54         "libextobjc/EXTScope": [
55           "~> 0.6"
56         ],
57         "BerTlv": [
59         ],
60         "CocoaLumberjack": [
61           "~> 3.5.2"
62         ],
63         "GRMustache": [
64           "~> 7.3.2"
65         ]
66       }
67     },
68     {
69       "name": "UI",
70       "vendored_frameworks": "Pod/Classes/frameworks/WDePOSUI.framework",
71       "dependencies": {
72         "WDePOS/Core": [
74         ],
75         "WDePOS/WDBrand": [
77         ]
78       },
79       "xcconfig": {
80         "ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES": "YES"
81       }
82     },
83     {
84       "name": "WDBrand",
85       "vendored_frameworks": "Pod/Classes/frameworks/WDBrand.framework"
86     },
87     {
88       "name": "Spire",
89       "vendored_frameworks": "Pod/Classes/frameworks/Spire_SDK.framework",
90       "dependencies": {
91         "WDePOS/Core": [
93         ]
94       }
95     },
96     {
97       "name": "Datecs",
98       "vendored_frameworks": "Pod/Classes/frameworks/Datecs_SDK.framework",
99       "dependencies": {
100         "WDePOS/Core": [
102         ]
103       }
104     },
105     {
106       "name": "Stario",
107       "vendored_frameworks": "Pod/Classes/frameworks/Stario_SDK.framework",
108       "dependencies": {
109         "WDePOS/Core": [
111         ]
112       }
113     },
114     {
115       "name": "Socket",
116       "vendored_frameworks": "Pod/Classes/frameworks/Socket_SDK.framework",
117       "dependencies": {
118         "WDePOS/Core": [
120         ]
121       }
122     },
123     {
124       "name": "All",
125       "dependencies": {
126         "WDePOS/Core": [
128         ],
129         "WDePOS/UI": [
131         ],
132         "WDePOS/Spire": [
134         ],
135         "WDePOS/Datecs": [
137         ],
138         "WDePOS/Stario": [
140         ],
141         "WDePOS/Socket": [
143         ]
144       }
145     }
146   ],
147   "swift_version": "5.0"