blob: 94a5c64e77eebc127c2c494685f7504c2ec9fb9d [file] [log] [blame]
{
"name": "ePaycoSDK",
"version": "1.0",
"summary": "ePayco es una web-API para procesar de pagos en lĂ­nea.",
"homepage": "https://epayco.co/docs/introduction/",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Leandro Jimenez": "jimenezochoa@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/epayco/epayco-ios.git",
"tag": "v1.0"
},
"source_files": [
"ePaycoSDK/*.{h, swift}",
"ePaycoSDK/**/*.{h, swift}"
],
"frameworks": [
"SystemConfiguration",
"Foundation",
"Security",
"UIKit"
],
"requires_arc": true,
"pod_target_xcconfig": {
"SWIFT_VERSION": "3"
},
"module_name": "ePayco"
}