blob: ee275c71a3a5b73798af21c57854da99c3c32183 [file] [log] [blame]
{
"name": "WebPay",
"version": "1.0.2",
"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": "6.0"
},
"source": {
"git": "https://github.com/webpay/webpay-token-ios.git",
"tag": "1.0.2"
},
"source_files": "Webpay/**/*.{h,m}",
"resources": "Webpay/Resources/WebPay.bundle",
"frameworks": [
"Foundation",
"UIKit",
"QuartzCore"
],
"requires_arc": true
}