forked from watson-developer-cloud/swift-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
IBMWatsonDiscoveryV1.podspec
28 lines (23 loc) · 1.35 KB
/
IBMWatsonDiscoveryV1.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
26
27
28
Pod::Spec.new do |s|
s.name = 'IBMWatsonDiscoveryV1'
s.version = '2.1.1'
s.summary = 'Client framework for the IBM Watson Discovery service'
s.description = <<-DESC
IBM Watson™ Discovery makes it possible to rapidly build cognitive, cloud-based exploration applications
that unlock actionable insights hidden in unstructured data — including your own proprietary data,
as well as public and third-party data.
DESC
s.homepage = 'https://www.ibm.com/watson/services/discovery/'
s.license = { :type => 'Apache License, Version 2.0', :file => 'LICENSE' }
s.authors = { 'Jeff Arn' => '[email protected]',
'Mike Kistler' => '[email protected]' }
s.module_name = 'Discovery'
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/DiscoveryV1/**/*.swift',
'Source/SupportingFiles/InsecureConnection.swift',
'Source/SupportingFiles/Shared.swift'
s.exclude_files = 'Source/DiscoveryV1/Shared.swift'
s.swift_version = '4.2'
s.dependency 'IBMWatsonRestKit', '~> 3.0.0'
end