blob: 8d0d537c6856a31a92d6665919c3a08ab15b4157 [file] [log] [blame]
{
"name": "PayloadCardReader",
"version": "0.1.0",
"summary": "Device extension of Payload iOS library",
"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",
"homepage": "https://github.com/payload-code/payload-cardreader-ios",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Payload": "help@payload.co"
},
"source": {
"git": "https://github.com/payload-code/payload-cardreader-ios.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "10.0"
},
"source_files": "PayloadCardReader/Classes/**/*",
"dependencies": {
"PayloadAPI": [
"~> 0.2.0"
]
},
"vendored_libraries": [
"PayloadCardReader/Lib/*.a",
"PayloadCardReader/Lib/lib*.dylib",
"PayloadCardReader/Lib/lib*.tbd"
],
"xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"pod_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
}
}