blob: b6dc4c6b489883a2394e159995c2c2dd46aa320b [file] [log] [blame]
{
"name": "Adyen",
"version": "1.1.0",
"summary": "Adyen SDK for iOS",
"description": "With Adyen SDK you can dynamically list all relevant payment methods for a specific transaction, so your shoppers can always pay with the method of their choice. The methods are listed based on the shopper's country, the transaction currency and amount.",
"license": "LICENSE",
"authors": {
"Adyen": "support@adyen.com"
},
"homepage": "https://adyen.com",
"requires_arc": true,
"source": {
"git": "https://github.com/Adyen/adyen-ios.git",
"tag": "1.1.0"
},
"platforms": {
"ios": "9.0"
},
"dependencies": {
"AdyenCSE": [
"~> 1.0.4"
]
},
"ios": {
"vendored_frameworks": [
"Adyen/Adyen.framework"
],
"frameworks": [
"Foundation"
]
}
}