Skip to content

Commit

Permalink
Code review updates for Cocoapods PR
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthony Oliveri committed Aug 31, 2018
1 parent 582a62c commit e3f19ad
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion IBMWatsonAssistantV1.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Pod::Spec.new do |s|

s.name = 'IBMWatsonAssistantV1'
s.version = '0.33.0'
s.summary = 'iOS framework for the IBM Watson Assistant service'
s.summary = 'Client framework for the IBM Watson Assistant service'
s.description = <<-DESC
With the IBM Watson™ Assistant service, you can build a solution that understands
natural-language input and uses machine learning to respond to customers in a way that simulates a conversation between humans.
Expand Down
2 changes: 1 addition & 1 deletion IBMWatsonConversationV1.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Pod::Spec.new do |s|

s.name = 'IBMWatsonConversationV1'
s.version = '0.33.0'
s.summary = 'iOS framework for the IBM Watson Conversation service'
s.summary = 'Client framework for the IBM Watson Conversation service'
s.description = <<-DESC
With the IBM Watson™ Assistant service, you can build a solution that understands
natural-language input and uses machine learning to respond to customers in a way that simulates a conversation between humans.
Expand Down
12 changes: 8 additions & 4 deletions Scripts/pod-lint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,16 @@ pod lib lint IBMWatsonNaturalLanguageUnderstandingV1.podspec
pod lib lint IBMWatsonPersonalityInsightsV3.podspec

pod lib lint IBMWatsonSpeechToTextV1.podspec --allow-warnings
git reset --hard
git clean -df
# Cleanup from the podspec prepare_command
git checkout Source/SupportingFiles/Dependencies
rm Source/SupportingFiles/Dependencies/Libraries/*stt.a
find Source/SupportingFiles/Dependencies/Source -maxdepth 1 -type f -delete

pod lib lint IBMWatsonTextToSpeechV1.podspec --allow-warnings
git reset --hard
git clean -df
# Cleanup from the podspec prepare_command
git checkout Source/SupportingFiles/Dependencies
rm Source/SupportingFiles/Dependencies/Libraries/*tts.a
find Source/SupportingFiles/Dependencies/Source -maxdepth 1 -type f -delete

pod lib lint IBMWatsonToneAnalyzerV3.podspec
pod lib lint IBMWatsonVisualRecognitionV3.podspec

0 comments on commit e3f19ad

Please sign in to comment.