blob: 84daf6a02fb11f23e753412fc8f118657f77bf93 [file] [log] [blame]
{
"name": "TravelerStripe",
"version": "0.1.0",
"license": {
"type": "Apache"
},
"homepage": "https://github.com/Guestlogix/traveler-ios",
"authors": {
"Ata N": "anamvari@guestlogix.com"
},
"summary": "Traveler Stripe Payment Provider",
"source": {
"git": "https://github.com/Guestlogix/traveler-ios.git",
"branch": "master"
},
"swift_version": "4.2",
"platforms": {
"ios": "12.1"
},
"frameworks": "UIKit",
"dependencies": {
"TravelerKit": [
],
"TravelerKitUI": [
],
"Stripe": [
]
},
"source_files": "traveler-ios-stripe/TravelerStripePaymentProvider/**/*.{swift}",
"module_name": "TravelerStripePaymentProvider"
}