blob: d9fd4aac14f37033d37520512794a9e59ac9af87 [file] [log] [blame]
{
"name": "QuadPaySDK",
"authors": "QuadPay, Inc.",
"version": "0.0.8",
"summary": "Integrate QuadPay into your iOS app",
"homepage": "https://github.com/quadpay/quadpay-merchant-sdk-ios",
"license": {
"type": "mit",
"file": "LICENSE"
},
"source": {
"git": "https://github.com/quadpay/quadpay-merchant-sdk-ios.git",
"tag": "0.0.8"
},
"platforms": {
"ios": "9.0"
},
"source_files": "QuadPaySDK/**/*.{h,m}",
"public_header_files": "QuadPaySDK/**./*.h",
"frameworks": [
"UIKit",
"Foundation",
"Security",
"WebKit"
]
}