| { |
| "name": "PAYJP", |
| "version": "0.6.0", |
| "summary": "PAY.JP iOS SDK", |
| "description": "PAY.JP iOS SDK https://pay.jp/docs/started", |
| "homepage": "https://github.com/payjp/payjp-ios", |
| "license": { |
| "type": "MIT" |
| }, |
| "authors": { |
| "PAY.JP (https://pay.jp)": "support@pay.jp" |
| }, |
| "source": { |
| "git": "https://github.com/payjp/payjp-ios.git", |
| "tag": "0.6.0", |
| "submodules": true |
| }, |
| "swift_versions": "5.0", |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": [ |
| "Sources/**/*.{h,m,swift}" |
| ], |
| "public_header_files": "Sources/**/*.h", |
| "frameworks": "PassKit", |
| "swift_version": "5.0" |
| } |