[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / d / 7 / 5 / WebPay / 2.0.2 / WebPay.podspec.json
blob6eba63e815a509213a58a6da881fa2d2774f1ec7
2   "name": "WebPay",
3   "version": "2.0.2",
4   "summary": "Tokenizer library for WebPay.jp",
5   "description": "WebPay.jp is an API for accepting online payments in Japan.\nThis library helps you create token from credit card info\nprovided by app user.",
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": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/webpay/webpay-token-ios.git",
19     "tag": "2.0.2"
20   },
21   "source_files": "Webpay/**/*.{h,m}",
22   "resources": [
23     "Webpay/Resources/WebPay.bundle",
24     "Webpay/Resources/*.{storyboard}"
25   ],
26   "frameworks": [
27     "Foundation",
28     "UIKit",
29     "QuartzCore"
30   ],
31   "requires_arc": true