blob: fdc03bbdd36575be71935e7c7aea877245f53c93 [file] [log] [blame]
{
"name": "tau_sound_core",
"version": "7.4.14+1",
"summary": "Provides simple recorder and player functionalities for both Android and iOS platforms.",
"description": "This plugin provides simple recorder and player functionalities for both Android and iOS platforms.\nThis code was originally inside the flutter_sound/ios directory.\nIt has been extracted to be isolated from Flutter and can be used with other frameworks.",
"homepage": "https://github.com/dooboolab/flutter_sound",
"license": {
"type": "LGPL",
"file": "LICENSE"
},
"authors": {
"larpoux": "larpoux@gmail.com"
},
"source": {
"git": "https://github.com/dooboolab/flutter_sound.git",
"tag": "7.4.14+1"
},
"platforms": {
"ios": "10.0"
},
"source_files": "tau_core/ios/Classes/*",
"frameworks": [
"AVFoundation",
"MediaPlayer"
]
}