blob: 58efa726c87bbf307c92b3aa50b4fbb98648b41f [file] [log] [blame]
{
"name": "eWAYPaymentsSDK",
"version": "1.0.0",
"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://www.eway.io/developers/sdk/ios",
"license": "MIT",
"authors": {
"eWAY": "tony@eway.com.au"
},
"source": {
"git": "https://github.com/eWAYPayment/eway-rapid-ios.git",
"tag": "1.0.0"
},
"social_media_url": "https://twitter.com/eway_",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"eWAYPaymentsSDK": [
"Pod/Assets/*.png"
]
}
}