[Add] GizoSDK 2.0.2-alpha.05
[CocoaPods.git] / Specs / f / a / 0 / WDePOS / 2.3.3 / WDePOS.podspec.json
blobd9a853a65d9a131dd0e6f40e75ae258a56fa258d
2   "name": "WDePOS",
3   "version": "2.3.3",
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.3.3"
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       "resources": [
43         "Pod/Assets/*.*",
44         "Pod/Classes/frameworks/WDePOSResources.bundle"
45       ],
46       "dependencies": {
47         "ZipArchive": [
48           "~> 1.4"
49         ],
50         "Overcoat": [
51           "~> 4.0.0-beta.1"
52         ],
53         "Lockbox": [
55         ],
56         "libextobjc/EXTScope": [
57           "~> 0.4"
58         ],
59         "BerTlv": [
61         ],
62         "CocoaLumberjack": [
64         ]
65       },
66       "xcconfig": {
67         "ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES": "YES"
68       }
69     },
70     {
71       "name": "UI",
72       "vendored_frameworks": "Pod/Classes/frameworks/WDePOSUI.framework",
73       "resources": [
74         "Pod/Classes/frameworks/WDePOSUIResources.bundle"
75       ],
76       "dependencies": {
77         "WDePOS/Core": [
79         ]
80       }
81     },
82     {
83       "name": "Spire",
84       "vendored_frameworks": "Pod/Classes/frameworks/Spire_SDK.framework",
85       "dependencies": {
86         "WDePOS/Core": [
88         ]
89       }
90     },
91     {
92       "name": "Datecs",
93       "vendored_frameworks": "Pod/Classes/frameworks/Datecs_SDK.framework",
94       "dependencies": {
95         "WDePOS/Core": [
97         ]
98       }
99     },
100     {
101       "name": "Stario",
102       "vendored_frameworks": "Pod/Classes/frameworks/Stario_SDK.framework",
103       "dependencies": {
104         "WDePOS/Core": [
106         ]
107       }
108     },
109     {
110       "name": "Socket",
111       "vendored_frameworks": "Pod/Classes/frameworks/Socket_SDK.framework",
112       "dependencies": {
113         "WDePOS/Core": [
115         ]
116       }
117     },
118     {
119       "name": "All",
120       "dependencies": {
121         "WDePOS/Core": [
123         ],
124         "WDePOS/UI": [
126         ],
127         "WDePOS/Spire": [
129         ],
130         "WDePOS/Datecs": [
132         ],
133         "WDePOS/Stario": [
135         ],
136         "WDePOS/Socket": [
138         ]
139       }
140     }
141   ]