[Add] DittoObjC 4.9.2
[CocoaPods.git] / Specs / 8 / 4 / 3 / XBPayment / 0.5 / XBPayment.podspec.json
blob55882fe106235d5e7c5b08ecc59b51576a8ed713
2   "name": "XBPayment",
3   "version": "0.5",
4   "summary": "XBPayment is a library support payment via paypal",
5   "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",
6   "homepage": "https://github.com/EugeneNguyen/XBPayment",
7   "license": "MIT",
8   "authors": {
9     "eugenenguyen": "xuanbinh91@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/EugeneNguyen/XBPayment.git",
13     "tag": "0.5"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "XBPayment": [
22       "Pod/Assets/*.png",
23       "Pod/Assets/*.xib"
24     ]
25   },
26   "dependencies": {
27     "AFNetworking": [
29     ],
30     "XBMobile": [
32     ]
33   }