[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / 7 / 5 / WebPay / 1.0.4 / WebPay.podspec.json
blob09ca403f04aa128eef45f0ce4728d8d6a83fa58f
2   "name": "WebPay",
3   "version": "1.0.4",
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.0.4"
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