[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / f / a / 0 / WDePOS / 2.4.1 / WDePOS.podspec.json
blob8228d6e45432f3ce6c0321d7b3f98a8ddbfbcab2
2   "name": "WDePOS",
3   "version": "2.4.1",
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   ],
13   "source": {
14     "git": "https://github.com/WirecardMobileServices/Wirecard-ePOS-iOS.git",
15     "tag": "2.4.1"
16   },
17   "platforms": {
18     "ios": "9.0"
19   },
20   "requires_arc": true,
21   "libraries": [
22     "stdc++.6",
23     "z.1",
24     "xml2"
25   ],
26   "frameworks": [
27     "Foundation",
28     "SystemConfiguration",
29     "MediaPlayer",
30     "AVFoundation",
31     "AudioToolbox",
32     "CoreAudio",
33     "ExternalAccessory"
34   ],
35   "default_subspecs": "Core",
36   "subspecs": [
37     {
38       "name": "Core",
39       "vendored_frameworks": [
40         "Pod/Classes/frameworks/WDePOS.framework"
41       ],
42       "dependencies": {
43         "ZipArchive": [
44           "~> 1.4"
45         ],
46         "Overcoat": [
47           "~> 4.0.0-beta.2"
48         ],
49         "Lockbox": [
51         ],
52         "libextobjc/EXTScope": [
53           "~> 0.4"
54         ],
55         "BerTlv": [
57         ],
58         "CocoaLumberjack": [
59           "~> 3.2.1"
60         ]
61       },
62       "xcconfig": {
63         "ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES": "YES"
64       }
65     },
66     {
67       "name": "UI",
68       "vendored_frameworks": "Pod/Classes/frameworks/WDePOSUI.framework",
69       "dependencies": {
70         "WDePOS/Core": [
72         ]
73       }
74     },
75     {
76       "name": "Spire",
77       "vendored_frameworks": "Pod/Classes/frameworks/Spire_SDK.framework",
78       "dependencies": {
79         "WDePOS/Core": [
81         ]
82       }
83     },
84     {
85       "name": "Datecs",
86       "vendored_frameworks": "Pod/Classes/frameworks/Datecs_SDK.framework",
87       "dependencies": {
88         "WDePOS/Core": [
90         ]
91       }
92     },
93     {
94       "name": "Stario",
95       "vendored_frameworks": "Pod/Classes/frameworks/Stario_SDK.framework",
96       "dependencies": {
97         "WDePOS/Core": [
99         ]
100       }
101     },
102     {
103       "name": "Socket",
104       "vendored_frameworks": "Pod/Classes/frameworks/Socket_SDK.framework",
105       "dependencies": {
106         "WDePOS/Core": [
108         ]
109       }
110     },
111     {
112       "name": "All",
113       "dependencies": {
114         "WDePOS/Core": [
116         ],
117         "WDePOS/UI": [
119         ],
120         "WDePOS/Spire": [
122         ],
123         "WDePOS/Datecs": [
125         ],
126         "WDePOS/Stario": [
128         ],
129         "WDePOS/Socket": [
131         ]
132       }
133     }
134   ]