blob: 507dfcdc4e7d69b519463d8fa8d6bbf387b8c987 [file] [log] [blame]
{
"name": "SpeechMaster",
"version": "0.0.2-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.2-beta"
},
"social_media_url": "https://twitter.com/MoonCoders",
"source_files": "SpeechMaster/Classes/**/*",
"platforms": {
"ios": "8.0"
},
"ios": {
"frameworks": [
"AVFoundation",
"Speech"
]
},
"pushed_with_swift_version": "4.0"
}