[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / d / 3 / 7 / PayloadCardReader / 0.1.2 / PayloadCardReader.podspec.json
blobb084adc1fb4ae2ea235e86e91c65c8cd59531f0a
2   "name": "PayloadCardReader",
3   "version": "0.1.2",
4   "summary": "Device extension of Payload iOS library",
5   "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",
6   "homepage": "https://github.com/payload-code/payload-cardreader-ios",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Payload": "help@payload.co"
13   },
14   "source": {
15     "git": "https://github.com/payload-code/payload-cardreader-ios.git",
16     "tag": "0.1.2"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "source_files": "PayloadCardReader/Classes/**/*",
22   "dependencies": {
23     "PayloadAPI": [
24       "~> 0.2.0"
25     ]
26   },
27   "vendored_libraries": "PayloadCardReader/Lib/*.a",
28   "libraries": "c++",
29   "xcconfig": {
30     "CLANG_CXX_LANGUAGE_STANDARD": "c++11",
31     "CLANG_CXX_LIBRARY": "libc++"
32   },
33   "pod_target_xcconfig": {
34     "VALID_ARCHS": "arm64 armv7 x86_64"
35   }