[Add] TMUserCenter 0.2.55
[CocoaPods.git] / Specs / d / 3 / 7 / PayloadCardReader / 0.1.4 / PayloadCardReader.podspec.json
bloba7a6cbe14d2a7f0d9d1396c3f4d2e52b31caf0f2
2   "name": "PayloadCardReader",
3   "version": "0.1.4",
4   "summary": "Device extension of Payload iOS library",
5   "swift_versions": "4.2",
6   "description": "Adds mobile card reader device support to the\nPayload iOS library for processing EMV, Swipe, and NFC payments.\nMore at https://docs.payload.co/card-readers",
7   "homepage": "https://github.com/payload-code/payload-cardreader-ios",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Payload": "help@payload.co"
14   },
15   "source": {
16     "git": "https://github.com/payload-code/payload-cardreader-ios.git",
17     "tag": "0.1.4"
18   },
19   "platforms": {
20     "ios": "11.0"
21   },
22   "source_files": "PayloadCardReader/Classes/**/*",
23   "dependencies": {
24     "PayloadAPI": [
25       "~> 0.2.2"
26     ]
27   },
28   "vendored_libraries": "PayloadCardReader/Lib/*.a",
29   "libraries": "c++",
30   "xcconfig": {
31     "CLANG_CXX_LANGUAGE_STANDARD": "c++11",
32     "CLANG_CXX_LIBRARY": "libc++"
33   },
34   "pod_target_xcconfig": {
35     "VALID_ARCHS": "arm64 armv7 x86_64"
36   },
37   "swift_version": "4.2"