blob: 11ddbda233282b8d7121c3595cd89c129df055b2 [file] [log] [blame]
{
"name": "WebPay",
"version": "0.1.0",
"summary": "Tokenizer library for WebPay.jp",
"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",
"homepage": "https://webpay.jp/",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"yohei okada": "okada.yohei@gmail.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/webpay/webpay-token-ios.git",
"tag": "0.1.0"
},
"source_files": [
"Webpay",
"Webpay/**/*.{h,m}"
],
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}