blob: f9c50e3c2b0dd62fd171519ab63f3db4bc56ddaa [file] [log] [blame]
{
"name": "AptoPCISDK",
"version": "1.0.0",
"summary": "The Apto platform iOS PCI SDK.",
"description": "Apto iOS PCI SDK. Use this SDK to show card PCI protected data in your app. Please contact us for more information.",
"homepage": "https://github.com/AptoPayments/apto-pci-sdk-ios.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Pau Teruel": "pau@aptopayments.com"
},
"source": {
"git": "https://github.com/AptoPayments/apto-pci-sdk-ios.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "5.0",
"requires_arc": true,
"module_name": "AptoPCISDK",
"source_files": "AptoPCISDK/Classes/**/*",
"resources": [
"AptoPCISDK/Assets/**/*"
],
"swift_version": "5.0"
}