blob: 284371f710d8640a2862444242e39ed051700a41 [file] [log] [blame]
{
"name": "NISdk",
"version": "3.0.10",
"summary": "Network International's Payment gateway sdk for iOS",
"homepage": "https://docs.ngenius-payments.com/reference#ios-sdk",
"license": "MIT",
"authors": "Network International",
"platforms": {
"ios": "11.0"
},
"swift_versions": "4.2",
"source": {
"git": "https://github.com/network-international/payment-sdk-ios.git",
"tag": "v3.0.10"
},
"source_files": "NISdk/Source/**/*.{swift}",
"resource_bundles": {
"NISdk": [
"NISdk/Resources/**/*.{xcassets,otf,strings}"
]
},
"frameworks": [
"Foundation",
"Security",
"WebKit",
"PassKit"
],
"requires_arc": true,
"swift_version": "4.2"
}