[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 0 / f / 1 / SumUpSDK / 3.2 / SumUpSDK.podspec.json
bloba3c4bf8a26827c8c01505a1a567848477e827c30
2   "name": "SumUpSDK",
3   "version": "3.2",
4   "summary": "This SDK enables you to integrate SumUp's proprietary card terminal(s) and its payment platform to accept credit and debit card payments.",
5   "description": "This SDK enables you to integrate SumUp's proprietary card terminal(s) and its payment platform to accept credit and debit card payments (incl. VISA, MasterCard, American Express and more). SumUp's SDK communicates transparently to the card terminal(s) via Bluetooth (BLE 4.0) or an audio cable connection. Upon initiating a checkout, the SDK guides your user using appropriate screens through each step of the payment process. As part of the process, SumUp also provides the card terminal setup screen, along with the cardholder signature verification screen. The checkout result is returned with the relevant data for your records.",
6   "homepage": "https://github.com/sumup/sumup-ios-sdk",
7   "social_media_url": "https://twitter.com/SumUp",
8   "license": {
9     "file": "LICENSE",
10     "type": "Proprietary"
11   },
12   "authors": {
13     "SumUp": "integration@sumup.com"
14   },
15   "source": {
16     "git": "https://github.com/sumup/sumup-ios-sdk.git",
17     "tag": "v3.2"
18   },
19   "vendored_frameworks": "SumUpSDK.embeddedframework/SumUpSDK.framework",
20   "resources": [
21     "SumUpSDK.embeddedframework/Resources/SMPSharedResources.bundle"
22   ],
23   "module_map": "SumUpSDK.embeddedframework/SumUpSDK.framework/Modules/module.modulemap",
24   "frameworks": [
25     "Accelerate",
26     "AVFoundation",
27     "MapKit",
28     "ExternalAccessory"
29   ],
30   "user_target_xcconfig": {
31     "OTHER_LDFLAGS": "-ObjC"
32   },
33   "platforms": {
34     "ios": "9.0"
35   }