blob: 39be7f27585a62f48bc6d24b74bb366b85677807 [file] [log] [blame]
{
"name": "Airwallex",
"version": "1.0.0",
"summary": "Integrate Airwallex into your iOS app",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"homepage": "https://www.airwallex.com/docs/#overview",
"authors": {
"Airwallex": "pa_mobile_sdk@airwallex.com"
},
"source": {
"git": "https://github.com/airwallex/airwallex-payment-ios.git",
"tag": "1.0.0"
},
"frameworks": [
"UIKit",
"Foundation",
"Security",
"WebKit"
],
"platforms": {
"ios": "10.0"
},
"source_files": [
"Airwallex/Airwallex/Sources/*.{h,m}",
"Airwallex/Airwallex/Sources/API/*.{h,m}",
"Airwallex/Airwallex/Sources/Tools/*.{h,m}",
"Airwallex/Airwallex/Sources/Models/*.{h,m}"
]
}