blob: e99609e5807812325c542306c41ffbecb9399850 [file] [log] [blame]
{
"name": "IxopayTokenizationSdk",
"version": "1.0.3",
"summary": "IXOPAY iOS Tokenization SDK",
"description": "This SDK enables your App to tokenize a user's card details to IXOPAY's PCI VAULT directly\nwithout touching your server's to reduce your PCI DSS scope.",
"homepage": "https://www.ixopay.com",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"IXOPAY": "support@ixopay.com"
},
"source": {
"git": "https://github.com/ixopay/ixopay-tokenization-ios.git",
"tag": "1.0.3"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "IxopayTokenizationSdk/*.{h,m}",
"frameworks": "Foundation"
}