forked from watson-developer-cloud/swift-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
IBMWatsonVisualRecognitionV3.podspec
25 lines (20 loc) · 1.26 KB
/
IBMWatsonVisualRecognitionV3.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 = 'IBMWatsonVisualRecognitionV3'
s.version = '1.1.0'
s.summary = 'Client framework for the IBM Watson Visual Recognition service'
s.description = <<-DESC
IBM Watson™ Visual Recognition uses deep learning algorithms to analyze images for
scenes, objects, faces, and other content. The response includes keywords that provide information about the content.
DESC
s.homepage = 'https://www.ibm.com/watson/services/visual-recognition/'
s.license = { :type => 'Apache License, Version 2.0', :file => 'LICENSE' }
s.authors = { 'Anthony Oliveri' => '[email protected]',
'Mike Kistler' => '[email protected]' }
s.module_name = 'VisualRecognition'
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/VisualRecognitionV3/**/*.swift',
'Source/SupportingFiles/Shared.swift'
s.exclude_files = 'Source/VisualRecognitionV3/Shared.swift'
s.dependency 'IBMWatsonRestKit', '~> 2.0.0'
end