blob: 5992d2fb2053f38199a7ce65995372bc5509ac32 [file] [log] [blame]
{
"name": "eWAYPaymentsSDK",
"version": "1.0.0-Beta1",
"summary": "eWAYPaymentsSDK allows eway payment to be performed directly from any compatible iOS device.",
"description": "eWAYPaymentsSDK allows eway payment to be performed directly from any compatible iOS device. Below are steps needed to be done before using the SDK in your application",
"homepage": "https://github.com/eWAYPayment/eWAYPaymentsSDK",
"license": "MIT",
"authors": {
"eWAY": "tony@eway.com.au"
},
"source": {
"git": "https://github.com/eWAYPayment/eWAYPaymentsSDK.git",
"tag": "1.0.0-Beta1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"eWAYPaymentsSDK": [
"Pod/Assets/*.png"
]
}
}