[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / 3 / 2 / d / PAYJP / 1.2.1 / PAYJP.podspec.json
blob393d19703e253a2283eef30ad8f0b6476d966d9c
2   "name": "PAYJP",
3   "version": "1.2.1",
4   "summary": "PAY.JP iOS SDK",
5   "description": "PAY.JP iOS SDK https://pay.jp/docs/started",
6   "homepage": "https://github.com/payjp/payjp-ios",
7   "license": {
8     "type": "MIT"
9   },
10   "authors": {
11     "PAY.JP (https://pay.jp)": "support@pay.jp"
12   },
13   "source": {
14     "git": "https://github.com/payjp/payjp-ios.git",
15     "tag": "1.2.1",
16     "submodules": true
17   },
18   "swift_versions": [
19     "5.0",
20     "5.1",
21     "5.2"
22   ],
23   "platforms": {
24     "ios": "10.0"
25   },
26   "source_files": [
27     "Sources/**/*.{h,m,swift}"
28   ],
29   "resource_bundles": {
30     "PAYJP": [
31       "Assets.xcassets",
32       "Resource.bundle",
33       "Sources/**/*.{xib,storyboard}"
34     ]
35   },
36   "public_header_files": "Sources/**/*.h",
37   "frameworks": "PassKit",
38   "pod_target_xcconfig": {
39     "OTHER_SWIFT_FLAGS": "-DPAYJPSDKCocoaPods"
40   },
41   "swift_version": "5.2"