blob: 8a048a8526c32a86cbdda790fcdca4b871a327b4 [file] [log] [blame]
{
"name": "OSSSpeechKit",
"version": "0.3.0",
"summary": "OSSSpeechKit provides developers easy text to voice integration.",
"swift_versions": "5.0",
"platforms": {
"ios": "12.0"
},
"description": "OSSSpeechKit offers an easy way to integrate text to voice using native AVFoundation speech kit.",
"homepage": "https://github.com/appdevguy/OSSSpeechKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"appdevguy": "seaniosdeveloper@gmail.com"
},
"source": {
"git": "https://github.com/appdevguy/OSSSpeechKit.git",
"tag": "0.3.0"
},
"source_files": "OSSSpeechKit/Classes/*.swift",
"resource_bundles": {
"OSSSpeechKit": [
"OSSSpeechKit/Assets/*"
]
},
"swift_version": "5.0"
}