blob: 59b638c46ac7f2ad83c4c777db75caa938f5aad7 [file] [log] [blame]
{
"name": "TauEngine",
"version": "0.0.11",
"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": "Version-0.0.11"
},
"platforms": {
"ios": "10.0"
},
"source_files": "TauEngine/ios/TauEngine/Classes/**/*",
"frameworks": [
"AVFoundation",
"MediaPlayer"
]
}