[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 9 / 5 / 8 / SUPRAcceptSDK / 2.2.3 / SUPRAcceptSDK.podspec.json
blobfb6b4669579104afa7b0edbde983f3de4c1effdd
2   "name": "SUPRAcceptSDK",
3   "version": "2.2.3",
4   "summary": "Wirecard Point of Sale SDK - 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* Miura M010\n* BBPOS Wisepad 2 family\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/SuprAcceptSDK-Developer/",
7   "license": "MIT",
8   "authors": [
9     "Radoslav Danko",
10     "Francisco Fortes",
11     "Marek Timko"
12   ],
13   "source": {
14     "git": "https://github.com/WirecardMobileServices/SuprAcceptSDK-iOS.git",
15     "tag": "2.2.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/Accept.framework"
41       ],
42       "resources": [
43         "Pod/Assets/*.*",
44         "Pod/Classes/frameworks/acceptResources.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/AcceptUI.framework",
73       "resources": [
74         "Pod/Classes/frameworks/acceptUIResources.bundle"
75       ],
76       "dependencies": {
77         "SUPRAcceptSDK/Core": [
79         ]
80       }
81     },
82     {
83       "name": "BBPOS",
84       "vendored_frameworks": "Pod/Classes/frameworks/BBPOS_SDK.framework",
85       "dependencies": {
86         "SUPRAcceptSDK/Core": [
88         ]
89       }
90     },
91     {
92       "name": "Spire",
93       "vendored_frameworks": "Pod/Classes/frameworks/Spire_SDK.framework",
94       "dependencies": {
95         "SUPRAcceptSDK/Core": [
97         ]
98       }
99     },
100     {
101       "name": "Datecs",
102       "vendored_frameworks": "Pod/Classes/frameworks/Datecs_SDK.framework",
103       "dependencies": {
104         "SUPRAcceptSDK/Core": [
106         ]
107       }
108     },
109     {
110       "name": "Stario",
111       "vendored_frameworks": "Pod/Classes/frameworks/Stario_SDK.framework",
112       "dependencies": {
113         "SUPRAcceptSDK/Core": [
115         ]
116       }
117     },
118     {
119       "name": "Socket",
120       "vendored_frameworks": "Pod/Classes/frameworks/Socket_SDK.framework",
121       "dependencies": {
122         "SUPRAcceptSDK/Core": [
124         ]
125       }
126     },
127     {
128       "name": "All",
129       "dependencies": {
130         "SUPRAcceptSDK/Core": [
132         ],
133         "SUPRAcceptSDK/UI": [
135         ],
136         "SUPRAcceptSDK/BBPOS": [
138         ],
139         "SUPRAcceptSDK/Spire": [
141         ],
142         "SUPRAcceptSDK/Datecs": [
144         ],
145         "SUPRAcceptSDK/Stario": [
147         ],
148         "SUPRAcceptSDK/Socket": [
150         ]
151       }
152     }
153   ]