blob: ec9c19ea5a241443f40ada3145925b2fff58715a [file] [log] [blame]
{
"name": "PAYJP",
"version": "1.1.3",
"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": "1.1.3",
"submodules": true
},
"swift_versions": "5.0",
"platforms": {
"ios": "9.0"
},
"source_files": [
"Sources/**/*.{h,m,swift}"
],
"resource_bundles": {
"PAYJP": [
"Assets.xcassets",
"Resource.bundle",
"Sources/**/*.{xib,storyboard}"
]
},
"public_header_files": "Sources/**/*.h",
"frameworks": "PassKit",
"pod_target_xcconfig": {
"OTHER_SWIFT_FLAGS": "-DPAYJPSDKCocoaPods"
},
"swift_version": "5.0"
}