[Add] DittoObjC 4.9.2
[CocoaPods.git] / Specs / d / 7 / 5 / WebPay / 1.1.1 / WebPay.podspec.json
blobd628ac066e5cedcfd64897bc64b808884f0b2bc2
2   "name": "WebPay",
3   "version": "1.1.1",
4   "summary": "Tokenizer library for WebPay.jp",
5   "description": "                   WebPay.jp is an API for accepting online payments in Japan.\n                   This library helps you create token from credit card info\n                   provided by app user.\n",
6   "homepage": "https://webpay.jp/",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "yohei okada": "okada.yohei@gmail.com"
13   },
14   "platforms": {
15     "ios": "6.0"
16   },
17   "source": {
18     "git": "https://github.com/webpay/webpay-token-ios.git",
19     "tag": "1.1.1"
20   },
21   "source_files": "Webpay/**/*.{h,m}",
22   "resources": "Webpay/Resources/WebPay.bundle",
23   "frameworks": [
24     "Foundation",
25     "UIKit",
26     "QuartzCore"
27   ],
28   "requires_arc": true