[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / 5 / a / 4 / Adyen / 1.1.0 / Adyen.podspec.json
blobb6dc4c6b489883a2394e159995c2c2dd46aa320b
2   "name": "Adyen",
3   "version": "1.1.0",
4   "summary": "Adyen SDK for iOS",
5   "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.",
6   "license": "LICENSE",
7   "authors": {
8     "Adyen": "support@adyen.com"
9   },
10   "homepage": "https://adyen.com",
11   "requires_arc": true,
12   "source": {
13     "git": "https://github.com/Adyen/adyen-ios.git",
14     "tag": "1.1.0"
15   },
16   "platforms": {
17     "ios": "9.0"
18   },
19   "dependencies": {
20     "AdyenCSE": [
21       "~> 1.0.4"
22     ]
23   },
24   "ios": {
25     "vendored_frameworks": [
26       "Adyen/Adyen.framework"
27     ],
28     "frameworks": [
29       "Foundation"
30     ]
31   }