[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / c / 9 / 1 / acceptSDK / 1.6.145 / acceptSDK.podspec.json
blob933c9857ed6781b6f1905a8b9afa01b947544e20
2   "name": "acceptSDK",
3   "version": "1.6.145",
4   "summary": "Accept Payment Platform SDK - credit card payments, Chip and PIN, magstripe",
5   "description": "                       The library extends the point of sale to modern mobile environment. \n                       Major Credit and Debit Card payment processing (Master, Visa, American Express)\n                       \n                       Fully integrated with licensed Wirecard Payment infrastructure.\n                       \n                       Set of Wirecard approved terminals is supported (more to come):\n                       * IDTech Unimag Pro\n                       * BBPOS uEMVSwiper *Chipper\n                       * Spire PosMate\n                       * Spire SPm2\n                       * Datecs DPP-250\n",
6   "homepage": "https://github.com/mposSVK/acceptSDK",
7   "license": "MIT",
8   "authors": {
9     "Radoslav Danko": "radoslav.danko@wirecard.com",
10     "Francisco Fortes": "francisco.fortes@wirecard.com",
11     "Damian KoĊ‚akowski": "damian.kolakowski@up-next.com"
12   },
13   "source": {
14     "git": "https://github.com/mposSVK/acceptSDK.git",
15     "tag": "1.6.145"
16   },
17   "platforms": {
18     "ios": "7.0"
19   },
20   "requires_arc": true,
21   "xcconfig": {
22     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
23   },
24   "libraries": [
25     "stdc++.6",
26     "z.1",
27     "xml2"
28   ],
29   "frameworks": [
30     "Foundation",
31     "SystemConfiguration",
32     "MediaPlayer",
33     "AVFoundation",
34     "AudioToolbox",
35     "CoreAudio",
36     "ExternalAccessory"
37   ],
38   "source_files": "Pod/Classes/include/*.{h}",
39   "public_header_files": "**/*.{h}",
40   "vendored_libraries": "Pod/Classes/lib/*.{a}",
41   "resources": [
42     "Pod/Assets/*.xml",
43     "Pod/Classes/lib/acceptResources.bundle"
44   ],
45   "dependencies": {
46     "ZipArchive": [
47       "~> 1.4"
48     ],
49     "KissXML": [
50       "~> 5.0"
51     ]
52   }