blob: ca5a333128978176dfa6f8080e1c10030a59a460 [file] [log] [blame]
{
"name": "TapCardScanner-iOS",
"version": "1.0.1",
"summary": "On demand, dynamic and customisable tap credit card scanner",
"description": "This KIT should allow a parent/caller app that integrates with the kit to get credit card data from camera or library",
"homepage": "https://github.com/Tap-Payments/TapCardScannerKit-iOS",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Tap Payments": "o.rabie@tap.company"
},
"platforms": {
"ios": "12.0"
},
"swift_versions": "4.2",
"source": {
"git": "https://github.com/Tap-Payments/TapCardScannerKit-iOS.git",
"tag": "1.0.1"
},
"source_files": "TapCardScanner-iOS/Core/**/*.{h,m,swift}",
"exclude_files": "Classes/Exclude",
"resources": "TapCardScanner-iOS/Core/Assets/**/*.{storyboard,xib}",
"dependencies": {
"PayCardsRecognizer": [
"~> 1.1.7"
],
"Flurry-iOS-SDK/FlurrySDK": [
],
"Flurry-iOS-SDK/FlurryAds": [
]
},
"swift_version": "4.2"
}