blob: 388934158c895811dd7a63ded86f298c10d3fe15 [file] [log] [blame]
{
"name": "TauEngine",
"version": "6.3.0+3",
"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 ans can be used with other frameworks.",
"homepage": "https://github.com/dooboolab/flutter_sound",
"license": {
"type": "LGPL",
"file": "LICENSE"
},
"authors": {
"larpoux": "larpoux@canardoux.xyz"
},
"source": {
"git": "https://github.com/Canardoux/tau.git",
"tag": "6.3.0+3"
},
"platforms": {
"ios": "10.0"
},
"source_files": "TauEngine/ios/TauEngine/Classes/**/*",
"frameworks": [
"AVFoundation",
"MediaPlayer"
]
}