blob: 055d019c070f99e522f64f8a967e0628ab246c2d [file] [log] [blame]
{
"name": "MapboxSpeech",
"version": "1.0.0",
"summary": "A speech synthesizer built on Amazon Polly for Swift.",
"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": "10.0",
"osx": "10.12",
"tvos": "10.0",
"watchos": "3.0"
},
"source": {
"git": "https://github.com/mapbox/mapbox-speech-swift.git",
"tag": "v1.0.0"
},
"source_files": "Sources/MapboxSpeech",
"requires_arc": true,
"module_name": "MapboxSpeech",
"swift_versions": "5.0",
"swift_version": "5.0"
}