[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 7 / f / 4 / PAYJPFlutterCore / 2.1.0 / PAYJPFlutterCore.podspec.json
blobfa5d4dd24e186c82978b8b9a39a4488d7346e1dd
2   "name": "PAYJPFlutterCore",
3   "version": "2.1.0",
4   "summary": "PAY.JP iOS SDK for Flutter distribution",
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": "2.1.0"
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   "resources": [
38     "Sources/Resources/Assets.xcassets"
39   ],
40   "public_header_files": "Sources/**/*.h",
41   "frameworks": "PassKit",
42   "pod_target_xcconfig": {
43     "OTHER_SWIFT_FLAGS": "-DPAYJPSDKCocoaPods"
44   },
45   "dependencies": {
46     "PhoneNumberKit": [
47       "~> 4.0.0"
48     ]
49   },
50   "swift_version": "5.5"