Latest | 0.4.0 |
---|---|
Homepage | https://github.com/payjp/payjp-ios |
License | MIT |
Platforms | ios 8.0 |
Frameworks | PassKit |
Authors |
PAY.JP iOS SDK Beta
オンライン決済サービス「PAY.JP」のiOSアプリ組込み用のSDKです。
現在のBetaバージョンでは以下を実現するための機能が提供されています。
詳細はドキュメントを参照してください。
- Apple Payアプリ内決済
- クレジットカードによる決済
今後の開発予定
- カード情報入力フォーム
サンプルコード
- Apple Pay: https://github.com/payjp/apple-pay-example
- CreditCard (Swift, Carthage): https://github.com/payjp/payjp-ios/tree/master/example-swift
- CreditCard (Objective-C, CocoaPods): https://github.com/payjp/payjp-ios/tree/master/example-objc
動作環境
- Swift または Objective-C で開発された iOS アプリケーション
- iOS 8.4以上
- 最新安定版のXcode
インストール
Carthage でインストールする場合、以下のように記述してください
github "payjp/payjp-ios"
CocoaPods でもインストールすることができます。
pod 'PAYJP'
詳しくは サンプルコード のプロジェクトを参照ください。
SDK開発環境
- Swift 4.2
- Result: https://github.com/antitypical/Result/
- Himotoki: https://github.com/ikesyo/Himotoki/
License
PAY.JP iOS SDK is available under the MIT license. See the LICENSE file for more info.
Latest podspec
{ "name": "PAYJP", "version": "0.4.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)": "[email protected]" }, "source": { "git": "https://github.com/payjp/payjp-ios.git", "tag": "0.4.0", "submodules": true }, "platforms": { "ios": "8.0" }, "xcconfig": { "SWIFT_VERSION": "4.2" }, "source_files": [ "Sources/**/*.{h,m,swift}", "Carthage/Checkouts/Himotoki/Sources/**/*.swift", "Carthage/Checkouts/Result/Result/**/*.swift" ], "public_header_files": "Sources/**/*.h", "frameworks": "PassKit" }
Mon, 29 Oct 2018 21:40:22 +0000