blob: db71865f9c6aadb157d1f1b69690aa56df0797ea [file] [log] [blame]
{
"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)": "support@pay.jp"
},
"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"
}