diff --git a/PAYJPFlutterCore.podspec b/PAYJPFlutterCore.podspec index 7ce76942..3197a13a 100644 --- a/PAYJPFlutterCore.podspec +++ b/PAYJPFlutterCore.podspec @@ -10,7 +10,7 @@ require './podspec' Pod::Spec.new do |s| s.name = 'PAYJPFlutterCore' s.version = PAYJPSDK::VERSION - s.summary = 'PAY.JP iOS SDK for Flutter distribution' + s.summary = 'PAY.JP iOS SDK for Flutter' s.description = 'PAY.JP iOS SDK https://pay.jp/docs' s.homepage = PAYJPSDK::HOMEPAGE_URL diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 7b1c4b94..03b536ae 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -38,8 +38,8 @@ platform :ios do desc "Lint podspec" lane :lint_podspec do - sh('pod lib lint ../PAYJP.podspec --allow-warnings') - sh('pod lib lint ../PAYJPFlutterCore.podspec --allow-warnings') + sh('pod lib lint ../PAYJP.podspec') + sh('pod lib lint ../PAYJPFlutterCore.podspec') pod_version = PAYJPSDK::VERSION info_version = get_version_number unless pod_version == info_version then