-
Notifications
You must be signed in to change notification settings - Fork 6
/
PAYJP.podspec
32 lines (27 loc) · 1.06 KB
/
PAYJP.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
#
# Be sure to run `pod lib lint PAYJP.podspec' to ensure this is a
# valid spec before submitting.
#
# Any lines starting with a # are optional, but their use is encouraged
# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html
#
require './podspec'
Pod::Spec.new do |s|
s.name = 'PAYJP'
s.version = PAYJPSDK::VERSION
s.summary = 'PAY.JP iOS SDK'
s.description = 'PAY.JP iOS SDK https://pay.jp/docs'
s.homepage = PAYJPSDK::HOMEPAGE_URL
s.license = PAYJPSDK::LICENSE
s.author = PAYJPSDK::AUTHOR
s.source = PAYJPSDK::SOURCE
s.module_name = PAYJPSDK::MODULE_NAME
s.swift_versions = PAYJPSDK::SWIFT_VERSIONS
s.ios.deployment_target = PAYJPSDK::IOS_DEPLOYMENT_TARGET
s.source_files = PAYJPSDK::SOURCE_FILES
s.resource_bundles = PAYJPSDK::RESOURCE_BUNDLES
s.public_header_files = PAYJPSDK::PUBLIC_HEADER_FILES
s.frameworks = PAYJPSDK::FRAMEWORKS
s.pod_target_xcconfig = PAYJPSDK::POD_TARGET_XCCONFIG
s.dependency 'PhoneNumberKit', '~> 4.0.0'
end