[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 3 / 2 / d / PAYJP / 1.1.5 / PAYJP.podspec.json
blob9875e75c300effd7055ee04c91b047d9a3547d9c
2   "name": "PAYJP",
3   "version": "1.1.5",
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.1.5",
16     "submodules": true
17   },
18   "swift_versions": "5.0",
19   "platforms": {
20     "ios": "9.0"
21   },
22   "source_files": [
23     "Sources/**/*.{h,m,swift}"
24   ],
25   "resource_bundles": {
26     "PAYJP": [
27       "Assets.xcassets",
28       "Resource.bundle",
29       "Sources/**/*.{xib,storyboard}"
30     ]
31   },
32   "public_header_files": "Sources/**/*.h",
33   "frameworks": "PassKit",
34   "pod_target_xcconfig": {
35     "OTHER_SWIFT_FLAGS": "-DPAYJPSDKCocoaPods"
36   },
37   "swift_version": "5.0"