forked from watson-developer-cloud/swift-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
IBMWatsonAssistantV1.podspec
25 lines (20 loc) · 1.21 KB
/
IBMWatsonAssistantV1.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
Pod::Spec.new do |s|
s.name = 'IBMWatsonAssistantV1'
s.version = '1.1.0'
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.
DESC
s.homepage = 'https://www.ibm.com/watson/ai-assistant/'
s.license = { :type => 'Apache License, Version 2.0', :file => 'LICENSE' }
s.authors = { 'Anthony Oliveri' => '[email protected]',
'Mike Kistler' => '[email protected]' }
s.module_name = 'Assistant'
s.ios.deployment_target = '10.0'
s.source = { :git => 'https://github.com/watson-developer-cloud/swift-sdk.git', :tag => s.version.to_s }
s.source_files = 'Source/AssistantV1/**/*.swift',
'Source/SupportingFiles/Shared.swift'
s.exclude_files = 'Source/AssistantV1/Shared.swift'
s.dependency 'IBMWatsonRestKit', '~> 2.0.0'
end