blob: 6953109f7274c5dc60e0304e9edf1395897c06a6 [file] [log] [blame]
{
"name": "SpeechMaster",
"version": "0.0.1-beta",
"summary": "iOS Speech Recognition and Text to Speech made easy",
"description": "iOS Speech Recognition and Text to Speech made easy in Swift",
"homepage": "https://github.com/MoonCoders/SpeechMaster",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"mooncoders": "hello@mooncoders.co"
},
"source": {
"git": "https://github.com/MoonCoders/SpeechMaster.git",
"tag": "0.0.1-beta"
},
"social_media_url": "https://twitter.com/MoonCoders",
"platforms": {
"ios": "10.0"
},
"source_files": "SpeechMaster/Classes/**/*",
"frameworks": [
"AVFoundation",
"Speech"
],
"pushed_with_swift_version": "4.0"
}