[Add] RXSDK_Pure 3.0.301
[CocoaPods.git] / Specs / 6 / e / 9 / IBMWatsonTextToSpeechV1 / 4.3.0 / IBMWatsonTextToSpeechV1.podspec.json
blob14a16377c325bcdff18cc179ca39736f0f54d6dc
2   "name": "IBMWatsonTextToSpeechV1",
3   "version": "4.3.0",
4   "summary": "Client framework for the IBM Watson Text to Speech service",
5   "description": "IBM® Text to Speech uses IBM's speech-synthesis capabilities to convert written text to natural-sounding speech.\nThe service streams the results back to the client with minimal delay.",
6   "homepage": "https://www.ibm.com/watson/services/text-to-speech/",
7   "license": {
8     "type": "Apache License, Version 2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Jeff Arn": "jtarn@us.ibm.com",
13     "Mike Kistler": "mkistler@us.ibm.com"
14   },
15   "module_name": "TextToSpeech",
16   "platforms": {
17     "ios": "10.0"
18   },
19   "source": {
20     "git": "https://github.com/watson-developer-cloud/swift-sdk.git",
21     "tag": "v4.3.0"
22   },
23   "source_files": [
24     "Sources/TextToSpeechV1/**/*.swift",
25     "Sources/SupportingFiles/InsecureConnection.swift",
26     "Sources/SupportingFiles/Shared.swift",
27     "Sources/SupportingFiles/Dependencies/Source/**/*"
28   ],
29   "exclude_files": [
30     "Sources/TextToSpeechV1/Shared.swift",
31     "Sources/TextToSpeechV1/InsecureConnection.swift",
32     "**/config_types.h"
33   ],
34   "swift_versions": [
35     "4.2",
36     "5.0",
37     "5.1"
38   ],
39   "dependencies": {
40     "IBMSwiftSDKCore": [
41       "~> 1.0.0"
42     ]
43   },
44   "vendored_libraries": "Sources/SupportingFiles/Dependencies/Libraries/*.a",
45   "pod_target_xcconfig": {
46     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
47   },
48   "user_target_xcconfig": {
49     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
50   },
51   "prepare_command": "cd Sources/SupportingFiles/Dependencies/Libraries\nmv libogg.a libogg_tts.a\nmv libopus.a libopus_tts.a\ncd ../Source\nmv ogg/* .\nmv opus/* .\nrm -rf ogg\nrm -rf opus",
52   "swift_version": "5.1"