blob: a59837c6bd21b71d1ba198dd45375ffb37cb4d85 [file] [log] [blame]
{
"name": "XBPayment",
"version": "0.4",
"summary": "XBPayment is a library support payment via paypal",
"description": " XBPayment is a library support payment via paypal. Recently support Paypal's MEC - Mobile Express Checkout, Paypal's Pre-approval request\nIntegrated with PlusIgniter - PlusPayment already.\n\n * Markdown format.\n * Don't worry about the indent, we strip it!\n",
"homepage": "https://github.com/EugeneNguyen/XBPayment",
"license": "MIT",
"authors": {
"eugenenguyen": "xuanbinh91@gmail.com"
},
"source": {
"git": "https://github.com/EugeneNguyen/XBPayment.git",
"tag": "0.4"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"XBPayment": [
"Pod/Assets/*.png",
"Pod/Assets/*.xib"
]
},
"dependencies": {
"AFNetworking": [
"~> 2.3"
]
}
}