[Add] FCNews 0.3.26
[CocoaPods.git] / Specs / 2 / 8 / f / paymentSDK / 1.0.7 / paymentSDK.podspec.json
blob844128bd5c2860ab188117eb6abe81bc3e6bad4c
2   "name": "paymentSDK",
3   "version": "1.0.7",
4   "summary": "Wirecard Payment Platform SDK - online credit card payments",
5   "description": "                       The library allows online credit card payment processing. \n                       Major Credit and Debit Card payment processing (Master, Visa, American Express)\n                       \n                       Fully integrated with licensed Wirecard Payment infrastructure.\n",
6   "homepage": "https://github.com/mposSVK/paymentSDK",
7   "license": "MIT",
8   "authors": {
9     "Radoslav Danko": "radoslav.danko@wirecard.com",
10     "Martin Dzuro": "martin.dzuro@wirecard.com",
11     "Slavomir Berenda": "slavomir.berenda@wirecard.com"
12   },
13   "source": {
14     "git": "https://github.com/mposSVK/paymentSDK.git",
15     "tag": "1.0.7"
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     "xml2"
27   ],
28   "frameworks": [
29     "Foundation",
30     "SystemConfiguration"
31   ],
32   "source_files": "Pod/Classes/include/*.{h}",
33   "public_header_files": "**/*.{h}",
34   "vendored_libraries": "Pod/Classes/lib/*.{a}",
35   "resources": [
36     "Pod/Assets/*.xml",
37     "Pod/Classes/lib/PaymentResources.bundle"
38   ],
39   "dependencies": {
40     "KissXML": [
41       "~> 5.0"
42     ]
43   }