forked from watson-developer-cloud/swift-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
IBMWatsonNaturalLanguageUnderstandingV1.podspec
25 lines (20 loc) · 1.33 KB
/
IBMWatsonNaturalLanguageUnderstandingV1.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 = 'IBMWatsonNaturalLanguageUnderstandingV1'
s.version = '1.1.0'
s.summary = 'Client framework for the IBM Watson Natural Language Understanding service'
s.description = <<-DESC
IBM Watson™ Natural Language Understanding can analyze semantic features of text input,
including categories, concepts, emotion, entities, keywords, metadata, relations, semantic roles, and sentiment.
DESC
s.homepage = 'https://www.ibm.com/watson/services/natural-language-understanding/'
s.license = { :type => 'Apache License, Version 2.0', :file => 'LICENSE' }
s.authors = { 'Anthony Oliveri' => '[email protected]',
'Mike Kistler' => '[email protected]' }
s.module_name = 'NaturalLanguageUnderstanding'
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/NaturalLanguageUnderstandingV1/**/*.swift',
'Source/SupportingFiles/Shared.swift'
s.exclude_files = 'Source/NaturalLanguageUnderstandingV1/Shared.swift'
s.dependency 'IBMWatsonRestKit', '~> 2.0.0'
end