blob: d070552f1b120ed35a88f8d833bf4bd75ef6c81f [file] [log] [blame]
{
"name": "TapApplePayKit-iOS",
"version": "1.0.2",
"summary": "Provide an interface and an easy wrapper for Apple Pay functionalities.",
"description": "Provide an interface for other Tap components or Tap users to add, use and customise Apple Pay. The KIT should provide the following:\nCheck if the current device/user is eligible for Apple Pay.\nSetup Apple Pay for customers eligible but not yet created Apple Pay cards.\nProvide customised Apple Pay button based on given context.\nDelegates and callbacks for Apple Pay button.\nInitiate Apple payments through code or through our Apple Pay button.\nCustomise payment requests\nInfo for Apple Pay like payment networks and payment items.\nGenerate Apple Pay request only.\nGo all the way until Apple Pay tokenisation data.",
"homepage": "https://github.com/Tap-Payments/TapApplePayKit-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/TapApplePayKit-iOS.git",
"tag": "1.0.2"
},
"source_files": "TapApplePayKit-iOS/Core/**/*.{h,m,swift}",
"exclude_files": "Classes/Exclude",
"dependencies": {
"CommonDataModelsKit-iOS": [
"~> 1.0.1"
]
},
"swift_version": "4.2"
}