blob: b4e3164560758779542f2daf9e700ceaa8f901d9 [file] [log] [blame]
{
"name": "npsSdk",
"version": "1.0.11",
"summary": "And SDK to connect to NPS services",
"license": {
"type": "MIT",
"file": "LICENCE"
},
"homepage": "https://github.com/Ingenico-NPS-Latam/nps-sdk-ios",
"authors": {
"Gustavo Diaz": "Gustavo.Diaz@ingenico.com",
"NPS": "development@sub1.com.ar"
},
"source": {
"git": "https://github.com/Ingenico-NPS-Latam/nps-sdk-ios.git",
"tag": "1.0.11"
},
"frameworks": [
"SystemConfiguration",
"Foundation",
"CoreLocation",
"AdSupport",
"CoreFoundation",
"CoreTelephony",
"ExternalAccessory",
"UIKit"
],
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"public_header_files": "npsSdk/*.h",
"source_files": "npsSdk/*.{h,m}",
"description": "This SDK helps you yo integrate from an iOS Device to NPS Services",
"preserve_paths": "Frameworks/iovation.framework",
"vendored_frameworks": "Frameworks/iovation.framework"
}