blob: 943b8bf8925f82fbc93fb8d3bf4549878edcf85a [file] [log] [blame]
{
"name": "conekta-ios",
"version": "1.0.0",
"summary": "IOS SDK for Tokenization in Conekta",
"description": "Conekta iOS SDK allow you create token with card details on iOS apps, by preventing sensitive card data from hitting your server(More information, read PCI compliance).",
"homepage": "https://github.com/saad352/conekta-ios",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"SA Munir": "saadabdullahmunir@gmail.com"
},
"source": {
"git": "https://github.com/saad352/conekta-ios.git",
"tag": "v1.0.0"
},
"platforms": {
"ios": "10.0"
},
"source_files": [
"Conekta",
"Conekta/**/*.{h,m}"
]
}