[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / d / 7 / 5 / WebPay / 0.1.0 / WebPay.podspec.json
blob11ddbda233282b8d7121c3595cd89c129df055b2
2   "name": "WebPay",
3   "version": "0.1.0",
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": "5.0"
16   },
17   "source": {
18     "git": "https://github.com/webpay/webpay-token-ios.git",
19     "tag": "0.1.0"
20   },
21   "source_files": [
22     "Webpay",
23     "Webpay/**/*.{h,m}"
24   ],
25   "frameworks": [
26     "Foundation",
27     "UIKit"
28   ],
29   "requires_arc": true