blob: 70f56000b1c551112b6e7b84b4dc215fca2b6b37 [file] [log] [blame]
{
"name": "MapboxSpeech",
"version": "0.2.0",
"summary": "A speech synthesizer built on Amazon Polly for Swift and Objective-C.",
"description": "MapboxSpeech makes it easy to connect your iOS, macOS, tvOS, or watchOS application to the Mapbox Voice API. Quickly get audio files from a text string.",
"homepage": "https://docs.mapbox.com/ios/navigation/",
"license": {
"type": "ISC",
"file": "LICENSE.md"
},
"authors": {
"Mapbox": "mobile@mapbox.com"
},
"social_media_url": "https://twitter.com/mapbox",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"source": {
"git": "https://github.com/mapbox/mapbox-speech-swift.git",
"tag": "v0.2.0"
},
"source_files": "Sources/MapboxSpeech",
"requires_arc": true,
"module_name": "MapboxSpeech",
"swift_versions": "5.0",
"swift_version": "5.0"
}