[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 3 / 2 / d / PAYJP / 2.1.3 / PAYJP.podspec.json
blob37f1d88acb0d8b796ff95b6001f2eb9ce86a0fcf
2   "name": "PAYJP",
3   "version": "2.1.3",
4   "summary": "PAY.JP iOS SDK",
5   "description": "PAY.JP iOS SDK https://pay.jp/docs",
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": "2.1.3"
16   },
17   "module_name": "PAYJP",
18   "swift_versions": [
19     "5.0",
20     "5.1",
21     "5.2",
22     "5.3",
23     "5.4",
24     "5.5"
25   ],
26   "platforms": {
27     "ios": "12.0"
28   },
29   "source_files": [
30     "Sources/**/*.{h,m,swift}"
31   ],
32   "resource_bundles": {
33     "PAYJP": [
34       "Sources/Resources/**/*"
35     ]
36   },
37   "public_header_files": "Sources/**/*.h",
38   "frameworks": "PassKit",
39   "pod_target_xcconfig": {
40     "OTHER_SWIFT_FLAGS": "-DPAYJPSDKCocoaPods"
41   },
42   "dependencies": {
43     "PhoneNumberKit": [
44       "~> 4.0.0"
45     ]
46   },
47   "swift_version": "5.5"