blob: d80388b2d46fe9424608b0074598cc4962f059c1 [file] [log] [blame]
{
"name": "Epayco",
"version": "1.0.1",
"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": {
"Kleiber Perez": "kleiberjp@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/andresilvagomez/sdk-ios.git",
"tag": "1.0.1"
},
"source_files": [
"Epayco/*.{h, swift}",
"Epayco/**/*.swift"
],
"frameworks": [
"SystemConfiguration",
"Foundation",
"Security",
"UIKit"
],
"requires_arc": true,
"pod_target_xcconfig": {
"SWIFT_VERSION": "3"
},
"module_name": "Epayco",
"pushed_with_swift_version": "3.0"
}